Html Css Color HEX #71920E Olive Drab

📋 copy color: '#71920E'

red 113 ◦ green 146 ◦ blue 14

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

Shades of Olive Drab #71920E

Tints of Olive Drab #71920E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 41.39%
G = 53.48%
B = 5.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#71920E (or 0x71920E) is known color: Olive Drab. HEX triplet: 71, 92 and 0E. RGB value is (113,146,14). Sum of RGB (Red+Green+Blue) = 113+146+14=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #71920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71920E is #8E6DF1. Grayscale: #797979. Windows color (decimal): -9334258 or 954993. OLE color: 954993.

HSL color Cylindrical-coordinate representation of color #71920E: hue angle of 75º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71920E is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 14 -
CMYK 0.23 0 0.90 0.43
HSL 75º 0.83% 0.31% -
HSV(B) 75º 0.9% 0.57% -
XYZ 17.17 24.1 4.16 -
YUV 121.09 67.57 122.23 -
System Red Green Blue C M Y K H S L
Decimal 113 146 14 0.23 0 0.90 0.43 75 0.83 0.31
Hex 71 92 E 17 0 5A 2B 4B 52 1F
Octal 161 222 16 27 0 132 53 113 122 37
Binary 1110001 10010010 1110 10111 0 1011010 101011 1001011 1010010 11111

Color Harmonies of #71920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71920E

Black with #71920E

Text Example


Text Example

White with #71920E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,146,14); }

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

background-color css

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

 a { background-color: rgb(113,146,14); }

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

border-color css

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

 span { border-color: rgb(113,146,14); }

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