Html Css Color HEX #708335 Olive Drab

📋 copy color: '#708335'

red 112 ◦ green 131 ◦ blue 53

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

Shades of Olive Drab #708335

Tints of Olive Drab #708335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.26%

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

R = 37.84%
G = 44.26%
B = 17.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#708335 (or 0x708335) is known color: Olive Drab. HEX triplet: 70, 83 and 35. RGB value is (112,131,53). Sum of RGB (Red+Green+Blue) = 112+131+53=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #708335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708335 is #8F7CCA. Grayscale: #747474. Windows color (decimal): -9403595 or 3507056. OLE color: 3507056.

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

Color convert

RGB 112 131 53 -
CMYK 0.15 0 0.60 0.49
HSL 74.62º 0.42% 0.36% -
HSV(B) 74.62º 0.6% 0.51% -
XYZ 15.44 19.93 6.4 -
YUV 116.43 92.21 124.84 -
System Red Green Blue C M Y K H S L
Decimal 112 131 53 0.15 0 0.60 0.49 74.62 0.42 0.36
Hex 70 83 35 F 0 3C 31 4B 2A 24
Octal 160 203 65 17 0 74 61 113 52 44
Binary 1110000 10000011 110101 1111 0 111100 110001 1001011 101010 100100

Color Harmonies of #708335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708335

Black with #708335

Text Example


Text Example

White with #708335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708335; }

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

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

background-color css

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

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

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

border-color css

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

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

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