#747510

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

Shades of Olive #747510

Tints of Olive #747510

Color information

#747510 (or 0x747510) is unknown color: approx Olive. HEX triplet: 74, 75 and 10. RGB value is (116,117,16). Sum of RGB (Red+Green+Blue) = 116+117+16=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #747510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747510 is #8B8AEF. Grayscale: #696969. Windows color (decimal): -9145072 or 1078644. OLE color: 1078644.

HSL color Cylindrical-coordinate representation of color #747510: hue angle of 60.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #747510 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11611716-
CMYK0.0100.860.54
HSL60.59º75.94%26.08%-
HSV(B)60.59º86.32%45.88%-
XYZ13.6616.472.95-
YUV105.1977.67135.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=46.59%
G=46.99%
B=6.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117160.0100.860.5460.5975.9426.08
Hex7475101056363d4c1a
Octal1641652010126667511432
Binary1110100111010110000101010110110110111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747510; }

 p { color: rgb(116,117,16); }

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

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

 a { background-color: rgb(116,117,16); }

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

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

 span { border-color: rgb(116,117,16); }

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