Html Css Color HEX #708318 Olive Drab

📋 copy color: '#708318'

red 112 ◦ green 131 ◦ blue 24

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

Shades of Olive Drab #708318

Tints of Olive Drab #708318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

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

R = 41.95%
G = 49.06%
B = 8.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#708318 (or 0x708318) is known color: Olive Drab. HEX triplet: 70, 83 and 18. RGB value is (112,131,24). Sum of RGB (Red+Green+Blue) = 112+131+24=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #708318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708318 is #8F7CE7. Grayscale: #717171. Windows color (decimal): -9403624 or 1606512. OLE color: 1606512.

HSL color Cylindrical-coordinate representation of color #708318: hue angle of 70.65º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #708318 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 24 -
CMYK 0.15 0 0.82 0.49
HSL 70.65º 0.69% 0.3% -
HSV(B) 70.65º 0.82% 0.51% -
XYZ 14.96 19.74 3.89 -
YUV 113.12 77.71 127.2 -
System Red Green Blue C M Y K H S L
Decimal 112 131 24 0.15 0 0.82 0.49 70.65 0.69 0.3
Hex 70 83 18 F 0 52 31 47 45 1E
Octal 160 203 30 17 0 122 61 107 105 36
Binary 1110000 10000011 11000 1111 0 1010010 110001 1000111 1000101 11110

Color Harmonies of #708318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708318

Black with #708318

Text Example


Text Example

White with #708318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708318; }

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

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

background-color css

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

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

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

border-color css

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

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

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