Html Css Color HEX #71911A Olive Drab

📋 copy color: '#71911A'

red 113 ◦ green 145 ◦ blue 26

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

Shades of Olive Drab #71911A

Tints of Olive Drab #71911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.06%

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 39.79%
G = 51.06%
B = 9.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#71911A (or 0x71911A) is known color: Olive Drab. HEX triplet: 71, 91 and 1A. RGB value is (113,145,26). Sum of RGB (Red+Green+Blue) = 113+145+26=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #71911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71911A is #8E6EE5. Grayscale: #7A7A7A. Windows color (decimal): -9334502 or 1741169. OLE color: 1741169.

HSL color Cylindrical-coordinate representation of color #71911A: hue angle of 76.13º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71911A is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 26 -
CMYK 0.22 0 0.82 0.43
HSL 76.13º 0.7% 0.34% -
HSV(B) 76.13º 0.82% 0.57% -
XYZ 17.12 23.84 4.68 -
YUV 121.87 73.9 121.68 -
System Red Green Blue C M Y K H S L
Decimal 113 145 26 0.22 0 0.82 0.43 76.13 0.7 0.34
Hex 71 91 1A 16 0 52 2B 4C 46 22
Octal 161 221 32 26 0 122 53 114 106 42
Binary 1110001 10010001 11010 10110 0 1010010 101011 1001100 1000110 100010

Color Harmonies of #71911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71911A

Black with #71911A

Text Example


Text Example

White with #71911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71911A; }

 p { color: rgb(113,145,26); }

 H1.HeaderClassName
 {
   color: #71911A;
 }
 .AnyTagClassName
 {
   color: #71911A;
 }
</style>

background-color css

<style>
 a { background-color: #71911A; }

 a { background-color: rgb(113,145,26); }

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

border-color css

<style>
 span { border-color: #71911A; }

 span { border-color: rgb(113,145,26); }

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