#74710A

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

Shades of Olive #74710A

Tints of Olive #74710A

Color information

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

HSL color Cylindrical-coordinate representation of color #74710A: hue angle of 58.3º 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 #74710A is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11611310-
CMYK00.030.910.55
HSL58.3º84.13%24.71%-
HSV(B)58.3º91.38%45.49%-
XYZ13.1615.552.59-
YUV102.1675.99137.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161131000.030.910.5558.384.1324.71
Hex7471A035B373a5419
Octal1641611203133677212431
Binary1110100111000110100111011011110111111010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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