#71740A

Color #71740A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #71740A

Tints of Olive #71740A

Color information

#71740A (or 0x71740A) is unknown color: approx Olive. HEX triplet: 71, 74 and 0A. RGB value is (113,116,10). Sum of RGB (Red+Green+Blue) = 113+116+10=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #71740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71740A is #8E8BF5. Grayscale: #676767. Windows color (decimal): -9341942 or 685169. OLE color: 685169.

HSL color Cylindrical-coordinate representation of color #71740A: hue angle of 61.7º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71740A is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11311610-
CMYK0.0300.910.55
HSL61.7º84.13%24.71%-
HSV(B)61.7º91.38%45.49%-
XYZ13.1116.022.69-
YUV103.0275.51135.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=47.28%
G=48.54%
B=4.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116100.0300.910.5561.784.1324.71
Hex7174A305B373e5419
Octal1611641230133677612431
Binary1110001111010010101101011011110111111110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71740A; }

 p { color: rgb(113,116,10); }

 H1.HeaderClassName
 {
   color: #71740A;
 }
 .AnyTagClassName
 {
   color: #71740A;
 }
</style>
background-color css

<style>
 a { background-color: #71740A; }

 a { background-color: rgb(113,116,10); }

 div.DivClassName
 {
   background-color: #71740A;
 }
 .BgClassName
 {
   background-color: #71740A;
 }
</style>
border-color css

<style>
 span { border-color: #71740A; }

 span { border-color: rgb(113,116,10); }

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