Html Css Color HEX #709818 Olive Drab

📋 copy color: '#709818'

red 112 ◦ green 152 ◦ blue 24

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

Shades of Olive Drab #709818

Tints of Olive Drab #709818

RGB

 RED value IS 112 (44.14% from 255) = 38.89%

 GREEN value IS 152 (59.77% from 255) = 52.78%

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

R = 38.89%
G = 52.78%
B = 8.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#709818 (or 0x709818) is known color: Olive Drab. HEX triplet: 70, 98 and 18. RGB value is (112,152,24). Sum of RGB (Red+Green+Blue) = 112+152+24=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #709818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709818 is #8F67E7. Grayscale: #7D7D7D. Windows color (decimal): -9398248 or 1611888. OLE color: 1611888.

HSL color Cylindrical-coordinate representation of color #709818: hue angle of 78.75º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #709818 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 24 -
CMYK 0.26 0 0.84 0.40
HSL 78.75º 0.73% 0.35% -
HSV(B) 78.75º 0.84% 0.6% -
XYZ 18.08 25.97 4.92 -
YUV 125.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 112 152 24 0.26 0 0.84 0.40 78.75 0.73 0.35
Hex 70 98 18 1A 0 54 28 4F 49 23
Octal 160 230 30 32 0 124 50 117 111 43
Binary 1110000 10011000 11000 11010 0 1010100 101000 1001111 1001001 100011

Color Harmonies of #709818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709818

Black with #709818

Text Example


Text Example

White with #709818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709818; }

 p { color: rgb(112,152,24); }

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

background-color css

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

 a { background-color: rgb(112,152,24); }

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

border-color css

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

 span { border-color: rgb(112,152,24); }

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