Html Css Color HEX #71890E Olive Drab

📋 copy color: '#71890E'

red 113 ◦ green 137 ◦ blue 14

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

Shades of Olive Drab #71890E

Tints of Olive Drab #71890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.89%

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

R = 42.8%
G = 51.89%
B = 5.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#71890E (or 0x71890E) is known color: Olive Drab. HEX triplet: 71, 89 and 0E. RGB value is (113,137,14). Sum of RGB (Red+Green+Blue) = 113+137+14=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #71890E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71890E is #8E76F1. Grayscale: #747474. Windows color (decimal): -9336562 or 952689. OLE color: 952689.

HSL color Cylindrical-coordinate representation of color #71890E: hue angle of 71.71º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71890E is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 14 -
CMYK 0.18 0 0.90 0.46
HSL 71.71º 0.81% 0.3% -
HSV(B) 71.71º 0.9% 0.54% -
XYZ 15.83 21.43 3.72 -
YUV 115.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 113 137 14 0.18 0 0.90 0.46 71.71 0.81 0.3
Hex 71 89 E 12 0 5A 2E 48 51 1E
Octal 161 211 16 22 0 132 56 110 121 36
Binary 1110001 10001001 1110 10010 0 1011010 101110 1001000 1010001 11110

Color Harmonies of #71890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71890E

Black with #71890E

Text Example


Text Example

White with #71890E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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