#75740C

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

Shades of Olive #75740C

Tints of Olive #75740C

Color information

#75740C (or 0x75740C) is unknown color: approx Olive. HEX triplet: 75, 74 and 0C. RGB value is (117,116,12). Sum of RGB (Red+Green+Blue) = 117+116+12=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75740C is #8A8BF3. Grayscale: #686868. Windows color (decimal): -9079796 or 816245. OLE color: 816245.

HSL color Cylindrical-coordinate representation of color #75740C: hue angle of 59.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75740C is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11711612-
CMYK00.010.900.54
HSL59.43º81.4%25.29%-
HSV(B)59.43º89.74%45.88%-
XYZ13.6516.32.77-
YUV104.4475.83136.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=47.76%
G=47.35%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171161200.010.900.5459.4381.425.29
Hex7574C015A363b5119
Octal1651641401132667312131
Binary111010111101001100011011010110110111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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