Html Css Color HEX #708325 Olive Drab

📋 copy color: '#708325'

red 112 ◦ green 131 ◦ blue 37

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

Shades of Olive Drab #708325

Tints of Olive Drab #708325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 40%
G = 46.79%
B = 13.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#708325 (or 0x708325) is known color: Olive Drab. HEX triplet: 70, 83 and 25. RGB value is (112,131,37). Sum of RGB (Red+Green+Blue) = 112+131+37=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #708325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708325 is #8F7CDA. Grayscale: #727272. Windows color (decimal): -9403611 or 2458480. OLE color: 2458480.

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

Color convert

RGB 112 131 37 -
CMYK 0.15 0 0.72 0.49
HSL 72.13º 0.56% 0.33% -
HSV(B) 72.13º 0.72% 0.51% -
XYZ 15.13 19.81 4.78 -
YUV 114.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 112 131 37 0.15 0 0.72 0.49 72.13 0.56 0.33
Hex 70 83 25 F 0 48 31 48 38 21
Octal 160 203 45 17 0 110 61 110 70 41
Binary 1110000 10000011 100101 1111 0 1001000 110001 1001000 111000 100001

Color Harmonies of #708325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708325

Black with #708325

Text Example


Text Example

White with #708325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708325; }

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

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

background-color css

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

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

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

border-color css

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

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

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