Html Css Color HEX #71870E Olive Drab

📋 copy color: '#71870E'

red 113 ◦ green 135 ◦ blue 14

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

Shades of Olive Drab #71870E

Tints of Olive Drab #71870E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.53%

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

R = 43.13%
G = 51.53%
B = 5.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#71870E (or 0x71870E) is known color: Olive Drab. HEX triplet: 71, 87 and 0E. RGB value is (113,135,14). Sum of RGB (Red+Green+Blue) = 113+135+14=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #71870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71870E is #8E78F1. Grayscale: #737373. Windows color (decimal): -9337074 or 952177. OLE color: 952177.

HSL color Cylindrical-coordinate representation of color #71870E: hue angle of 70.91º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71870E is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 14 -
CMYK 0.16 0 0.90 0.47
HSL 70.91º 0.81% 0.29% -
HSV(B) 70.91º 0.9% 0.53% -
XYZ 15.55 20.87 3.62 -
YUV 114.63 71.21 126.84 -
System Red Green Blue C M Y K H S L
Decimal 113 135 14 0.16 0 0.90 0.47 70.91 0.81 0.29
Hex 71 87 E 10 0 5A 2F 47 51 1D
Octal 161 207 16 20 0 132 57 107 121 35
Binary 1110001 10000111 1110 10000 0 1011010 101111 1000111 1010001 11101

Color Harmonies of #71870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71870E

Black with #71870E

Text Example


Text Example

White with #71870E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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