#716608

Color #716608 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #716608

Tints of Olive #716608

Color information

#716608 (or 0x716608) is unknown color: approx Olive. HEX triplet: 71, 66 and 08. RGB value is (113,102,8). Sum of RGB (Red+Green+Blue) = 113+102+8=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #716608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716608 is #8E99F7. Grayscale: #5E5E5E. Windows color (decimal): -9345528 or 550513. OLE color: 550513.

HSL color Cylindrical-coordinate representation of color #716608: hue angle of 53.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #716608 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB1131028-
CMYK00.100.930.56
HSL53.71º86.78%23.73%-
HSV(B)53.71º92.92%44.31%-
XYZ11.6113.032.13-
YUV94.5779.14141.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=50.67%
G=45.74%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113102800.100.930.5653.7186.7823.73
Hex716680A5D38365718
Octal16114610012135706612730
Binary111000111001101000010101011101111000110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716608; }

 p { color: rgb(113,102,8); }

 H1.HeaderClassName
 {
   color: #716608;
 }
 .AnyTagClassName
 {
   color: #716608;
 }
</style>
background-color css

<style>
 a { background-color: #716608; }

 a { background-color: rgb(113,102,8); }

 div.DivClassName
 {
   background-color: #716608;
 }
 .BgClassName
 {
   background-color: #716608;
 }
</style>
border-color css

<style>
 span { border-color: #716608; }

 span { border-color: rgb(113,102,8); }

 td.TdClassName
 {
   border-color: #716608;
 }
 .TagClassName
 {
   border-color: #716608;
 }
</style>