Html Css Color HEX #70873C Olive Drab

📋 copy color: '#70873C'

red 112 ◦ green 135 ◦ blue 60

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

Shades of Olive Drab #70873C

Tints of Olive Drab #70873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.97%

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 36.48%
G = 43.97%
B = 19.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#70873C (or 0x70873C) is known color: Olive Drab. HEX triplet: 70, 87 and 3C. RGB value is (112,135,60). Sum of RGB (Red+Green+Blue) = 112+135+60=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #70873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70873C is #8F78C3. Grayscale: #777777. Windows color (decimal): -9402564 or 3966832. OLE color: 3966832.

HSL color Cylindrical-coordinate representation of color #70873C: hue angle of 78.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70873C is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 60 -
CMYK 0.17 0 0.56 0.47
HSL 78.4º 0.38% 0.38% -
HSV(B) 78.4º 0.56% 0.53% -
XYZ 16.16 21.1 7.5 -
YUV 119.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 112 135 60 0.17 0 0.56 0.47 78.4 0.38 0.38
Hex 70 87 3C 11 0 38 2F 4E 26 26
Octal 160 207 74 21 0 70 57 116 46 46
Binary 1110000 10000111 111100 10001 0 111000 101111 1001110 100110 100110

Color Harmonies of #70873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70873C

Black with #70873C

Text Example


Text Example

White with #70873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70873C; }

 p { color: rgb(112,135,60); }

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

background-color css

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

 a { background-color: rgb(112,135,60); }

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

border-color css

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

 span { border-color: rgb(112,135,60); }

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