Html Css Color HEX #708533 Olive Drab

📋 copy color: '#708533'

red 112 ◦ green 133 ◦ blue 51

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

Shades of Olive Drab #708533

Tints of Olive Drab #708533

RGB

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

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

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

R = 37.84%
G = 44.93%
B = 17.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#708533 (or 0x708533) is known color: Olive Drab. HEX triplet: 70, 85 and 33. RGB value is (112,133,51). Sum of RGB (Red+Green+Blue) = 112+133+51=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #708533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708533 is #8F7ACC. Grayscale: #757575. Windows color (decimal): -9403085 or 3376496. OLE color: 3376496.

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

Color convert

RGB 112 133 51 -
CMYK 0.16 0 0.62 0.48
HSL 75.37º 0.45% 0.36% -
HSV(B) 75.37º 0.62% 0.52% -
XYZ 15.67 20.46 6.26 -
YUV 117.37 90.54 124.17 -
System Red Green Blue C M Y K H S L
Decimal 112 133 51 0.16 0 0.62 0.48 75.37 0.45 0.36
Hex 70 85 33 10 0 3E 30 4B 2D 24
Octal 160 205 63 20 0 76 60 113 55 44
Binary 1110000 10000101 110011 10000 0 111110 110000 1001011 101101 100100

Color Harmonies of #708533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708533

Black with #708533

Text Example


Text Example

White with #708533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708533; }

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

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

background-color css

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

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

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

border-color css

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

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

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