Html Css Color HEX #708536 Olive Drab

📋 copy color: '#708536'

red 112 ◦ green 133 ◦ blue 54

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

Shades of Olive Drab #708536

Tints of Olive Drab #708536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.48%

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

R = 37.46%
G = 44.48%
B = 18.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#708536 (or 0x708536) is known color: Olive Drab. HEX triplet: 70, 85 and 36. RGB value is (112,133,54). Sum of RGB (Red+Green+Blue) = 112+133+54=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #708536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708536 is #8F7AC9. Grayscale: #767676. Windows color (decimal): -9403082 or 3573104. OLE color: 3573104.

HSL color Cylindrical-coordinate representation of color #708536: hue angle of 75.95º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #708536 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 54 -
CMYK 0.16 0 0.59 0.48
HSL 75.95º 0.42% 0.37% -
HSV(B) 75.95º 0.59% 0.52% -
XYZ 15.74 20.49 6.61 -
YUV 117.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 112 133 54 0.16 0 0.59 0.48 75.95 0.42 0.37
Hex 70 85 36 10 0 3B 30 4C 2A 25
Octal 160 205 66 20 0 73 60 114 52 45
Binary 1110000 10000101 110110 10000 0 111011 110000 1001100 101010 100101

Color Harmonies of #708536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708536

Black with #708536

Text Example


Text Example

White with #708536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708536; }

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

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

background-color css

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

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

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

border-color css

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

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

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