#75750C

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

Shades of Olive #75750C

Tints of Olive #75750C

Color information

#75750C (or 0x75750C) is unknown color: approx Olive. HEX triplet: 75, 75 and 0C. RGB value is (117,117,12). Sum of RGB (Red+Green+Blue) = 117+117+12=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75750C is #8A8AF3. Grayscale: #696969. Windows color (decimal): -9079540 or 816501. OLE color: 816501.

HSL color Cylindrical-coordinate representation of color #75750C: hue angle of 60º 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 #75750C is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11711712-
CMYK000.900.54
HSL60º81.4%25.29%-
HSV(B)60º89.74%45.88%-
XYZ13.7616.532.81-
YUV105.0375.5136.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=47.56%
G=47.56%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711712000.900.546081.425.29
Hex7575C005A363c5119
Octal1651651400132667412131
Binary111010111101011100001011010110110111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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