#757612

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

Shades of Olive #757612

Tints of Olive #757612

Color information

#757612 (or 0x757612) is unknown color: approx Olive. HEX triplet: 75, 76 and 12. RGB value is (117,118,18). Sum of RGB (Red+Green+Blue) = 117+118+18=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #757612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757612 is #8A89ED. Grayscale: #6A6A6A. Windows color (decimal): -9079278 or 1209973. OLE color: 1209973.

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

Color convert

RGB11711818-
CMYK0.0100.850.54
HSL60.6º73.53%26.67%-
HSV(B)60.6º84.75%46.27%-
XYZ13.9216.783.08-
YUV106.378.17135.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=46.25%
G=46.64%
B=7.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118180.0100.850.5460.673.5326.67
Hex7576121055363d4a1b
Octal1651662210125667511233
Binary1110101111011010010101010101110110111101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757612; }

 p { color: rgb(117,118,18); }

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

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

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

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

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

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

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