Html Css Color HEX #708B36 Olive Drab

📋 copy color: '#708B36'

red 112 ◦ green 139 ◦ blue 54

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

Shades of Olive Drab #708B36

Tints of Olive Drab #708B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 36.72%
G = 45.57%
B = 17.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#708B36 (or 0x708B36) is known color: Olive Drab. HEX triplet: 70, 8B and 36. RGB value is (112,139,54). Sum of RGB (Red+Green+Blue) = 112+139+54=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #708B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B36 is #8F74C9. Grayscale: #797979. Windows color (decimal): -9401546 or 3574640. OLE color: 3574640.

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

Color convert

RGB 112 139 54 -
CMYK 0.19 0 0.61 0.45
HSL 79.06º 0.44% 0.38% -
HSV(B) 79.06º 0.61% 0.55% -
XYZ 16.58 22.18 6.9 -
YUV 121.24 90.05 121.41 -
System Red Green Blue C M Y K H S L
Decimal 112 139 54 0.19 0 0.61 0.45 79.06 0.44 0.38
Hex 70 8B 36 13 0 3D 2D 4F 2C 26
Octal 160 213 66 23 0 75 55 117 54 46
Binary 1110000 10001011 110110 10011 0 111101 101101 1001111 101100 100110

Color Harmonies of #708B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B36

Black with #708B36

Text Example


Text Example

White with #708B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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