Html Css Color HEX #70971B Olive Drab

📋 copy color: '#70971B'

red 112 ◦ green 151 ◦ blue 27

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

Shades of Olive Drab #70971B

Tints of Olive Drab #70971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.07%

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 38.62%
G = 52.07%
B = 9.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#70971B (or 0x70971B) is known color: Olive Drab. HEX triplet: 70, 97 and 1B. RGB value is (112,151,27). Sum of RGB (Red+Green+Blue) = 112+151+27=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #70971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70971B is #8F68E4. Grayscale: #7D7D7D. Windows color (decimal): -9398501 or 1808240. OLE color: 1808240.

HSL color Cylindrical-coordinate representation of color #70971B: hue angle of 78.87º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70971B is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 27 -
CMYK 0.26 0 0.82 0.41
HSL 78.87º 0.7% 0.35% -
HSV(B) 78.87º 0.82% 0.59% -
XYZ 17.95 25.66 5.04 -
YUV 125.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 112 151 27 0.26 0 0.82 0.41 78.87 0.7 0.35
Hex 70 97 1B 1A 0 52 29 4F 46 23
Octal 160 227 33 32 0 122 51 117 106 43
Binary 1110000 10010111 11011 11010 0 1010010 101001 1001111 1000110 100011

Color Harmonies of #70971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70971B

Black with #70971B

Text Example


Text Example

White with #70971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70971B; }

 p { color: rgb(112,151,27); }

 H1.HeaderClassName
 {
   color: #70971B;
 }
 .AnyTagClassName
 {
   color: #70971B;
 }
</style>

background-color css

<style>
 a { background-color: #70971B; }

 a { background-color: rgb(112,151,27); }

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

border-color css

<style>
 span { border-color: #70971B; }

 span { border-color: rgb(112,151,27); }

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