Html Css Color HEX #718F08 Olive Drab

📋 copy color: '#718F08'

red 113 ◦ green 143 ◦ blue 8

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

Shades of Olive Drab #718F08

Tints of Olive Drab #718F08

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.17%

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

R = 42.8%
G = 54.17%
B = 3.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#718F08 (or 0x718F08) is known color: Olive Drab. HEX triplet: 71, 8F and 08. RGB value is (113,143,8). Sum of RGB (Red+Green+Blue) = 113+143+8=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #718F08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718F08 is #8E70F7. Grayscale: #777777. Windows color (decimal): -9335032 or 561009. OLE color: 561009.

HSL color Cylindrical-coordinate representation of color #718F08: hue angle of 73.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #718F08 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 143 8 -
CMYK 0.21 0 0.94 0.44
HSL 73.33º 0.89% 0.3% -
HSV(B) 73.33º 0.94% 0.56% -
XYZ 16.68 23.17 3.82 -
YUV 118.64 65.56 123.98 -
System Red Green Blue C M Y K H S L
Decimal 113 143 8 0.21 0 0.94 0.44 73.33 0.89 0.3
Hex 71 8F 8 15 0 5E 2C 49 59 1E
Octal 161 217 10 25 0 136 54 111 131 36
Binary 1110001 10001111 1000 10101 0 1011110 101100 1001001 1011001 11110

Color Harmonies of #718F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F08

Black with #718F08

Text Example


Text Example

White with #718F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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