Html Css Color HEX #718718 Olive Drab

📋 copy color: '#718718'

red 113 ◦ green 135 ◦ blue 24

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

Shades of Olive Drab #718718

Tints of Olive Drab #718718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.63%

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 41.54%
G = 49.63%
B = 8.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#718718 (or 0x718718) is known color: Olive Drab. HEX triplet: 71, 87 and 18. RGB value is (113,135,24). Sum of RGB (Red+Green+Blue) = 113+135+24=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #718718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718718 is #8E78E7. Grayscale: #747474. Windows color (decimal): -9337064 or 1607537. OLE color: 1607537.

HSL color Cylindrical-coordinate representation of color #718718: hue angle of 71.89º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #718718 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 24 -
CMYK 0.16 0 0.82 0.47
HSL 71.89º 0.7% 0.31% -
HSV(B) 71.89º 0.82% 0.53% -
XYZ 15.64 20.9 4.07 -
YUV 115.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 113 135 24 0.16 0 0.82 0.47 71.89 0.7 0.31
Hex 71 87 18 10 0 52 2F 48 46 1F
Octal 161 207 30 20 0 122 57 110 106 37
Binary 1110001 10000111 11000 10000 0 1010010 101111 1001000 1000110 11111

Color Harmonies of #718718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718718

Black with #718718

Text Example


Text Example

White with #718718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718718; }

 p { color: rgb(113,135,24); }

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

background-color css

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

 a { background-color: rgb(113,135,24); }

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

border-color css

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

 span { border-color: rgb(113,135,24); }

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