Html Css Color HEX #71970B Olive Drab

📋 copy color: '#71970B'

red 113 ◦ green 151 ◦ blue 11

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

Shades of Olive Drab #71970B

Tints of Olive Drab #71970B

RGB

 RED value IS 113 (44.53% from 255) = 41.09%

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

 BLUE value IS 11 (4.69% from 255) = 4%

R = 41.09%
G = 54.91%
B = 4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#71970B (or 0x71970B) is known color: Olive Drab. HEX triplet: 71, 97 and 0B. RGB value is (113,151,11). Sum of RGB (Red+Green+Blue) = 113+151+11=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #71970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71970B is #8E68F4. Grayscale: #7C7C7C. Windows color (decimal): -9332981 or 759665. OLE color: 759665.

HSL color Cylindrical-coordinate representation of color #71970B: hue angle of 76.29º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71970B is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 11 -
CMYK 0.25 0 0.93 0.41
HSL 76.29º 0.86% 0.32% -
HSV(B) 76.29º 0.93% 0.59% -
XYZ 17.94 25.67 4.33 -
YUV 123.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 113 151 11 0.25 0 0.93 0.41 76.29 0.86 0.32
Hex 71 97 B 19 0 5D 29 4C 56 20
Octal 161 227 13 31 0 135 51 114 126 40
Binary 1110001 10010111 1011 11001 0 1011101 101001 1001100 1010110 100000

Color Harmonies of #71970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71970B

Black with #71970B

Text Example


Text Example

White with #71970B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,151,11); }

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

background-color css

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

 a { background-color: rgb(113,151,11); }

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

border-color css

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

 span { border-color: rgb(113,151,11); }

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