Html Css Color HEX #71870F Olive Drab

📋 copy color: '#71870F'

red 113 ◦ green 135 ◦ blue 15

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

Shades of Olive Drab #71870F

Tints of Olive Drab #71870F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 42.97%
G = 51.33%
B = 5.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#71870F (or 0x71870F) is known color: Olive Drab. HEX triplet: 71, 87 and 0F. RGB value is (113,135,15). Sum of RGB (Red+Green+Blue) = 113+135+15=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #71870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71870F is #8E78F0. Grayscale: #737373. Windows color (decimal): -9337073 or 1017713. OLE color: 1017713.

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

Color convert

RGB 113 135 15 -
CMYK 0.16 0 0.89 0.47
HSL 71º 0.8% 0.29% -
HSV(B) 71º 0.89% 0.53% -
XYZ 15.56 20.87 3.66 -
YUV 114.74 71.71 126.76 -
System Red Green Blue C M Y K H S L
Decimal 113 135 15 0.16 0 0.89 0.47 71 0.8 0.29
Hex 71 87 F 10 0 59 2F 47 50 1D
Octal 161 207 17 20 0 131 57 107 120 35
Binary 1110001 10000111 1111 10000 0 1011001 101111 1000111 1010000 11101

Color Harmonies of #71870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71870F

Black with #71870F

Text Example


Text Example

White with #71870F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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