Html Css Color HEX #708337 Olive Drab

📋 copy color: '#708337'

red 112 ◦ green 131 ◦ blue 55

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

Shades of Olive Drab #708337

Tints of Olive Drab #708337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.46%

R = 37.58%
G = 43.96%
B = 18.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#708337 (or 0x708337) is known color: Olive Drab. HEX triplet: 70, 83 and 37. RGB value is (112,131,55). Sum of RGB (Red+Green+Blue) = 112+131+55=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #708337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708337 is #8F7CC8. Grayscale: #747474. Windows color (decimal): -9403593 or 3638128. OLE color: 3638128.

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

Color convert

RGB 112 131 55 -
CMYK 0.15 0 0.58 0.49
HSL 75º 0.41% 0.36% -
HSV(B) 75º 0.58% 0.51% -
XYZ 15.49 19.95 6.65 -
YUV 116.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 112 131 55 0.15 0 0.58 0.49 75 0.41 0.36
Hex 70 83 37 F 0 3A 31 4B 29 24
Octal 160 203 67 17 0 72 61 113 51 44
Binary 1110000 10000011 110111 1111 0 111010 110001 1001011 101001 100100

Color Harmonies of #708337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708337

Black with #708337

Text Example


Text Example

White with #708337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708337; }

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

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

background-color css

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

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

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

border-color css

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

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

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