Html Css Color HEX #70881E Olive Drab

📋 copy color: '#70881E'

red 112 ◦ green 136 ◦ blue 30

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

Shades of Olive Drab #70881E

Tints of Olive Drab #70881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 40.29%
G = 48.92%
B = 10.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#70881E (or 0x70881E) is known color: Olive Drab. HEX triplet: 70, 88 and 1E. RGB value is (112,136,30). Sum of RGB (Red+Green+Blue) = 112+136+30=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #70881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70881E is #8F77E1. Grayscale: #757575. Windows color (decimal): -9402338 or 2001008. OLE color: 2001008.

HSL color Cylindrical-coordinate representation of color #70881E: hue angle of 73.58º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70881E is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 30 -
CMYK 0.18 0 0.78 0.47
HSL 73.58º 0.64% 0.33% -
HSV(B) 73.58º 0.78% 0.53% -
XYZ 15.72 21.15 4.48 -
YUV 116.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 112 136 30 0.18 0 0.78 0.47 73.58 0.64 0.33
Hex 70 88 1E 12 0 4E 2F 4A 40 21
Octal 160 210 36 22 0 116 57 112 100 41
Binary 1110000 10001000 11110 10010 0 1001110 101111 1001010 1000000 100001

Color Harmonies of #70881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70881E

Black with #70881E

Text Example


Text Example

White with #70881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70881E; }

 p { color: rgb(112,136,30); }

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

background-color css

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

 a { background-color: rgb(112,136,30); }

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

border-color css

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

 span { border-color: rgb(112,136,30); }

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