Html Css Color HEX #708235 Olive Drab

📋 copy color: '#708235'

red 112 ◦ green 130 ◦ blue 53

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

Shades of Olive Drab #708235

Tints of Olive Drab #708235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

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

R = 37.97%
G = 44.07%
B = 17.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#708235 (or 0x708235) is known color: Olive Drab. HEX triplet: 70, 82 and 35. RGB value is (112,130,53). Sum of RGB (Red+Green+Blue) = 112+130+53=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #708235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708235 is #8F7DCA. Grayscale: #747474. Windows color (decimal): -9403851 or 3506800. OLE color: 3506800.

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

Color convert

RGB 112 130 53 -
CMYK 0.14 0 0.59 0.49
HSL 74.03º 0.42% 0.36% -
HSV(B) 74.03º 0.59% 0.51% -
XYZ 15.31 19.67 6.36 -
YUV 115.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 112 130 53 0.14 0 0.59 0.49 74.03 0.42 0.36
Hex 70 82 35 E 0 3B 31 4A 2A 24
Octal 160 202 65 16 0 73 61 112 52 44
Binary 1110000 10000010 110101 1110 0 111011 110001 1001010 101010 100100

Color Harmonies of #708235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708235

Black with #708235

Text Example


Text Example

White with #708235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708235; }

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

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

background-color css

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

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

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

border-color css

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

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

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