Html Css Color HEX #708319 Olive Drab

📋 copy color: '#708319'

red 112 ◦ green 131 ◦ blue 25

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

Shades of Olive Drab #708319

Tints of Olive Drab #708319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 41.79%
G = 48.88%
B = 9.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#708319 (or 0x708319) is known color: Olive Drab. HEX triplet: 70, 83 and 19. RGB value is (112,131,25). Sum of RGB (Red+Green+Blue) = 112+131+25=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #708319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708319 is #8F7CE6. Grayscale: #717171. Windows color (decimal): -9403623 or 1672048. OLE color: 1672048.

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

Color convert

RGB 112 131 25 -
CMYK 0.15 0 0.81 0.49
HSL 70.75º 0.68% 0.31% -
HSV(B) 70.75º 0.81% 0.51% -
XYZ 14.97 19.75 3.94 -
YUV 113.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 112 131 25 0.15 0 0.81 0.49 70.75 0.68 0.31
Hex 70 83 19 F 0 51 31 47 44 1F
Octal 160 203 31 17 0 121 61 107 104 37
Binary 1110000 10000011 11001 1111 0 1010001 110001 1000111 1000100 11111

Color Harmonies of #708319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708319

Black with #708319

Text Example


Text Example

White with #708319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708319; }

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

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

background-color css

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

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

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

border-color css

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

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

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