Html Css Color HEX #71870C Olive

📋 copy color: '#71870C'

red 113 ◦ green 135 ◦ blue 12

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

Shades of Olive #71870C

Tints of Olive #71870C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 43.46%
G = 51.92%
B = 4.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#71870C (or 0x71870C) is known color: Olive. HEX triplet: 71, 87 and 0C. RGB value is (113,135,12). Sum of RGB (Red+Green+Blue) = 113+135+12=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #71870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71870C is #8E78F3. Grayscale: #727272. Windows color (decimal): -9337076 or 821105. OLE color: 821105.

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

Color convert

RGB 113 135 12 -
CMYK 0.16 0 0.91 0.47
HSL 70.73º 0.84% 0.29% -
HSV(B) 70.73º 0.91% 0.53% -
XYZ 15.54 20.87 3.56 -
YUV 114.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 113 135 12 0.16 0 0.91 0.47 70.73 0.84 0.29
Hex 71 87 C 10 0 5B 2F 47 54 1D
Octal 161 207 14 20 0 133 57 107 124 35
Binary 1110001 10000111 1100 10000 0 1011011 101111 1000111 1010100 11101

Color Harmonies of #71870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71870C

Black with #71870C

Text Example


Text Example

White with #71870C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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