Html Css Color HEX #71900E Olive Drab

📋 copy color: '#71900E'

red 113 ◦ green 144 ◦ blue 14

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

Shades of Olive Drab #71900E

Tints of Olive Drab #71900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 41.7%
G = 53.14%
B = 5.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#71900E (or 0x71900E) is known color: Olive Drab. HEX triplet: 71, 90 and 0E. RGB value is (113,144,14). Sum of RGB (Red+Green+Blue) = 113+144+14=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #71900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71900E is #8E6FF1. Grayscale: #787878. Windows color (decimal): -9334770 or 954481. OLE color: 954481.

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

Color convert

RGB 113 144 14 -
CMYK 0.22 0 0.90 0.44
HSL 74.31º 0.82% 0.31% -
HSV(B) 74.31º 0.9% 0.56% -
XYZ 16.86 23.49 4.06 -
YUV 119.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 113 144 14 0.22 0 0.90 0.44 74.31 0.82 0.31
Hex 71 90 E 16 0 5A 2C 4A 52 1F
Octal 161 220 16 26 0 132 54 112 122 37
Binary 1110001 10010000 1110 10110 0 1011010 101100 1001010 1010010 11111

Color Harmonies of #71900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71900E

Black with #71900E

Text Example


Text Example

White with #71900E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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