#757A11

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

Shades of Olive #757A11

Tints of Olive #757A11

Color information

#757A11 (or 0x757A11) is unknown color: approx Olive. HEX triplet: 75, 7A and 11. RGB value is (117,122,17). Sum of RGB (Red+Green+Blue) = 117+122+17=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #757A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757A11 is #8A85EE. Grayscale: #6C6C6C. Windows color (decimal): -9078255 or 1145461. OLE color: 1145461.

HSL color Cylindrical-coordinate representation of color #757A11: hue angle of 62.86º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #757A11 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB11712217-
CMYK0.0400.860.52
HSL62.86º75.54%27.25%-
HSV(B)62.86º86.07%47.84%-
XYZ14.417.743.2-
YUV108.5376.34134.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 122 (48.05% from 255) = 47.66%
BLUE value IS 17 (7.03% from 255) = 6.64%
R=45.70%
G=47.66%
B=6.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122170.0400.860.5262.8675.5427.25
Hex757A114056343f4c1b
Octal1651722140126647711433
Binary111010111110101000110001010110110100111111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757A11; }

 p { color: rgb(117,122,17); }

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

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

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

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

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

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

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