Html Css Color HEX #708935 Olive Drab

📋 copy color: '#708935'

red 112 ◦ green 137 ◦ blue 53

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

Shades of Olive Drab #708935

Tints of Olive Drab #708935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

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

R = 37.09%
G = 45.36%
B = 17.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#708935 (or 0x708935) is known color: Olive Drab. HEX triplet: 70, 89 and 35. RGB value is (112,137,53). Sum of RGB (Red+Green+Blue) = 112+137+53=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #708935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708935 is #8F76CA. Grayscale: #787878. Windows color (decimal): -9402059 or 3508592. OLE color: 3508592.

HSL color Cylindrical-coordinate representation of color #708935: hue angle of 77.86º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #708935 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 53 -
CMYK 0.18 0 0.61 0.46
HSL 77.86º 0.44% 0.37% -
HSV(B) 77.86º 0.61% 0.54% -
XYZ 16.27 21.59 6.68 -
YUV 119.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 112 137 53 0.18 0 0.61 0.46 77.86 0.44 0.37
Hex 70 89 35 12 0 3D 2E 4E 2C 25
Octal 160 211 65 22 0 75 56 116 54 45
Binary 1110000 10001001 110101 10010 0 111101 101110 1001110 101100 100101

Color Harmonies of #708935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708935

Black with #708935

Text Example


Text Example

White with #708935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708935; }

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

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

background-color css

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

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

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

border-color css

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

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

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