Html Css Color HEX #708B33 Olive Drab

📋 copy color: '#708B33'

red 112 ◦ green 139 ◦ blue 51

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

Shades of Olive Drab #708B33

Tints of Olive Drab #708B33

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.03%

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

R = 37.09%
G = 46.03%
B = 16.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#708B33 (or 0x708B33) is known color: Olive Drab. HEX triplet: 70, 8B and 33. RGB value is (112,139,51). Sum of RGB (Red+Green+Blue) = 112+139+51=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #708B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B33 is #8F74CC. Grayscale: #797979. Windows color (decimal): -9401549 or 3378032. OLE color: 3378032.

HSL color Cylindrical-coordinate representation of color #708B33: hue angle of 78.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #708B33 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 51 -
CMYK 0.19 0 0.63 0.45
HSL 78.41º 0.46% 0.37% -
HSV(B) 78.41º 0.63% 0.55% -
XYZ 16.51 22.15 6.54 -
YUV 120.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 112 139 51 0.19 0 0.63 0.45 78.41 0.46 0.37
Hex 70 8B 33 13 0 3F 2D 4E 2E 25
Octal 160 213 63 23 0 77 55 116 56 45
Binary 1110000 10001011 110011 10011 0 111111 101101 1001110 101110 100101

Color Harmonies of #708B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B33

Black with #708B33

Text Example


Text Example

White with #708B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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