Html Css Color HEX #708435 Olive Drab

📋 copy color: '#708435'

red 112 ◦ green 132 ◦ blue 53

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

Shades of Olive Drab #708435

Tints of Olive Drab #708435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 37.71%
G = 44.44%
B = 17.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#708435 (or 0x708435) is known color: Olive Drab. HEX triplet: 70, 84 and 35. RGB value is (112,132,53). Sum of RGB (Red+Green+Blue) = 112+132+53=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #708435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708435 is #8F7BCA. Grayscale: #757575. Windows color (decimal): -9403339 or 3507312. OLE color: 3507312.

HSL color Cylindrical-coordinate representation of color #708435: hue angle of 75.19º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #708435 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 53 -
CMYK 0.15 0 0.60 0.48
HSL 75.19º 0.43% 0.36% -
HSV(B) 75.19º 0.6% 0.52% -
XYZ 15.58 20.2 6.45 -
YUV 117.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 112 132 53 0.15 0 0.60 0.48 75.19 0.43 0.36
Hex 70 84 35 F 0 3C 30 4B 2B 24
Octal 160 204 65 17 0 74 60 113 53 44
Binary 1110000 10000100 110101 1111 0 111100 110000 1001011 101011 100100

Color Harmonies of #708435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708435

Black with #708435

Text Example


Text Example

White with #708435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708435; }

 p { color: rgb(112,132,53); }

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

background-color css

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

 a { background-color: rgb(112,132,53); }

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

border-color css

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

 span { border-color: rgb(112,132,53); }

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