Html Css Color HEX #717008 Olive

📋 copy color: '#717008'

red 113 ◦ green 112 ◦ blue 8

#717008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #717008

Tints of Olive #717008

RGB

 RED value IS 113 (44.53% from 255) = 48.5%

 GREEN value IS 112 (44.14% from 255) = 48.07%

 BLUE value IS 8 (3.52% from 255) = 3.43%

R = 48.5%
G = 48.07%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#717008 (or 0x717008) is known color: Olive. HEX triplet: 71, 70 and 08. RGB value is (113,112,8). Sum of RGB (Red+Green+Blue) = 113+112+8=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #717008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717008 is #8E8FF7. Grayscale: #646464. Windows color (decimal): -9342968 or 553073. OLE color: 553073.

HSL color Cylindrical-coordinate representation of color #717008: hue angle of 59.43º 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 #717008 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 8 -
CMYK 0 0.01 0.93 0.56
HSL 59.43º 0.87% 0.24% -
HSV(B) 59.43º 0.93% 0.44% -
XYZ 12.65 15.12 2.48 -
YUV 100.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 113 112 8 0 0.01 0.93 0.56 59.43 0.87 0.24
Hex 71 70 8 0 1 5D 38 3B 57 18
Octal 161 160 10 0 1 135 70 73 127 30
Binary 1110001 1110000 1000 0 1 1011101 111000 111011 1010111 11000

Color Harmonies of #717008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717008

Black with #717008

Text Example


Text Example

White with #717008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717008; }

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

 H1.HeaderClassName
 {
   color: #717008;
 }
 .AnyTagClassName
 {
   color: #717008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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