#75740A

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

Shades of Olive #75740A

Tints of Olive #75740A

Color information

#75740A (or 0x75740A) is unknown color: approx Olive. HEX triplet: 75, 74 and 0A. RGB value is (117,116,10). Sum of RGB (Red+Green+Blue) = 117+116+10=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75740A is #8A8BF5. Grayscale: #686868. Windows color (decimal): -9079798 or 685173. OLE color: 685173.

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

Color convert

RGB11711610-
CMYK00.010.910.54
HSL59.44º84.25%24.9%-
HSV(B)59.44º91.45%45.88%-
XYZ13.6416.292.71-
YUV104.2174.83137.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 116 (45.70% from 255) = 47.74%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=48.15%
G=47.74%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171161000.010.910.5459.4484.2524.9
Hex7574A015B363b5419
Octal1651641201133667312431
Binary111010111101001010011011011110110111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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