Html Css Color HEX #70921F Olive Drab

📋 copy color: '#70921F'

red 112 ◦ green 146 ◦ blue 31

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

Shades of Olive Drab #70921F

Tints of Olive Drab #70921F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 38.75%
G = 50.52%
B = 10.73%

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

#70921F (or 0x70921F) is known color: Olive Drab. HEX triplet: 70, 92 and 1F. RGB value is (112,146,31). Sum of RGB (Red+Green+Blue) = 112+146+31=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #70921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70921F is #8F6DE0. Grayscale: #7B7B7B. Windows color (decimal): -9399777 or 2069104. OLE color: 2069104.

HSL color Cylindrical-coordinate representation of color #70921F: hue angle of 77.74º degrees, saturation: 0.65, 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 #70921F is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 31 -
CMYK 0.23 0 0.79 0.43
HSL 77.74º 0.65% 0.35% -
HSV(B) 77.74º 0.79% 0.57% -
XYZ 17.21 24.1 5.04 -
YUV 122.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 112 146 31 0.23 0 0.79 0.43 77.74 0.65 0.35
Hex 70 92 1F 17 0 4F 2B 4E 41 23
Octal 160 222 37 27 0 117 53 116 101 43
Binary 1110000 10010010 11111 10111 0 1001111 101011 1001110 1000001 100011

Color Harmonies of #70921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70921F

Black with #70921F

Text Example


Text Example

White with #70921F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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