Html Css Color HEX #70921E Olive Drab

📋 copy color: '#70921E'

red 112 ◦ green 146 ◦ blue 30

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

Shades of Olive Drab #70921E

Tints of Olive Drab #70921E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.69%

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

R = 38.89%
G = 50.69%
B = 10.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#70921E (or 0x70921E) is known color: Olive Drab. HEX triplet: 70, 92 and 1E. RGB value is (112,146,30). Sum of RGB (Red+Green+Blue) = 112+146+30=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #70921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70921E is #8F6DE1. Grayscale: #7B7B7B. Windows color (decimal): -9399778 or 2003568. OLE color: 2003568.

HSL color Cylindrical-coordinate representation of color #70921E: hue angle of 77.59º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70921E is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 30 -
CMYK 0.23 0 0.79 0.43
HSL 77.59º 0.66% 0.35% -
HSV(B) 77.59º 0.79% 0.57% -
XYZ 17.2 24.1 4.97 -
YUV 122.61 75.74 120.43 -
System Red Green Blue C M Y K H S L
Decimal 112 146 30 0.23 0 0.79 0.43 77.59 0.66 0.35
Hex 70 92 1E 17 0 4F 2B 4E 42 23
Octal 160 222 36 27 0 117 53 116 102 43
Binary 1110000 10010010 11110 10111 0 1001111 101011 1001110 1000010 100011

Color Harmonies of #70921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70921E

Black with #70921E

Text Example


Text Example

White with #70921E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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