Html Css Color HEX #70981E Olive Drab

📋 copy color: '#70981E'

red 112 ◦ green 152 ◦ blue 30

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

Shades of Olive Drab #70981E

Tints of Olive Drab #70981E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.7%

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

R = 38.1%
G = 51.7%
B = 10.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#70981E (or 0x70981E) is known color: Olive Drab. HEX triplet: 70, 98 and 1E. RGB value is (112,152,30). Sum of RGB (Red+Green+Blue) = 112+152+30=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #70981E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70981E is #8F67E1. Grayscale: #7E7E7E. Windows color (decimal): -9398242 or 2005104. OLE color: 2005104.

HSL color Cylindrical-coordinate representation of color #70981E: hue angle of 79.67º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70981E is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 30 -
CMYK 0.26 0 0.80 0.40
HSL 79.67º 0.67% 0.36% -
HSV(B) 79.67º 0.8% 0.6% -
XYZ 18.14 25.99 5.29 -
YUV 126.13 73.75 117.92 -
System Red Green Blue C M Y K H S L
Decimal 112 152 30 0.26 0 0.80 0.40 79.67 0.67 0.36
Hex 70 98 1E 1A 0 50 28 50 43 24
Octal 160 230 36 32 0 120 50 120 103 44
Binary 1110000 10011000 11110 11010 0 1010000 101000 1010000 1000011 100100

Color Harmonies of #70981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70981E

Black with #70981E

Text Example


Text Example

White with #70981E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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