Html Css Color HEX #708833 Olive Drab

📋 copy color: '#708833'

red 112 ◦ green 136 ◦ blue 51

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

Shades of Olive Drab #708833

Tints of Olive Drab #708833

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.48%

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 37.46%
G = 45.48%
B = 17.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#708833 (or 0x708833) is known color: Olive Drab. HEX triplet: 70, 88 and 33. RGB value is (112,136,51). Sum of RGB (Red+Green+Blue) = 112+136+51=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #708833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708833 is #8F77CC. Grayscale: #777777. Windows color (decimal): -9402317 or 3377264. OLE color: 3377264.

HSL color Cylindrical-coordinate representation of color #708833: hue angle of 76.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #708833 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 51 -
CMYK 0.18 0 0.62 0.47
HSL 76.94º 0.45% 0.37% -
HSV(B) 76.94º 0.63% 0.53% -
XYZ 16.08 21.29 6.39 -
YUV 119.13 89.55 122.91 -
System Red Green Blue C M Y K H S L
Decimal 112 136 51 0.18 0 0.62 0.47 76.94 0.45 0.37
Hex 70 88 33 12 0 3E 2F 4D 2D 25
Octal 160 210 63 22 0 76 57 115 55 45
Binary 1110000 10001000 110011 10010 0 111110 101111 1001101 101101 100101

Color Harmonies of #708833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708833

Black with #708833

Text Example


Text Example

White with #708833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708833; }

 p { color: rgb(112,136,51); }

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

background-color css

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

 a { background-color: rgb(112,136,51); }

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

border-color css

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

 span { border-color: rgb(112,136,51); }

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