#767A11

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

Shades of Olive #767A11

Tints of Olive #767A11

Color information

#767A11 (or 0x767A11) is unknown color: approx Olive. HEX triplet: 76, 7A and 11. RGB value is (118,122,17). Sum of RGB (Red+Green+Blue) = 118+122+17=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #767A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767A11 is #8985EE. Grayscale: #6D6D6D. Windows color (decimal): -9012719 or 1145462. OLE color: 1145462.

HSL color Cylindrical-coordinate representation of color #767A11: hue angle of 62.29º 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 #767A11 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB11812217-
CMYK0.0300.860.52
HSL62.29º75.54%27.25%-
HSV(B)62.29º86.07%47.84%-
XYZ14.5317.813.2-
YUV108.8376.17134.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 122 (48.05% from 255) = 47.47%
BLUE value IS 17 (7.03% from 255) = 6.61%
R=45.91%
G=47.47%
B=6.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118122170.0300.860.5262.2975.5427.25
Hex767A113056343e4c1b
Octal1661722130126647611433
Binary11101101111010100011101010110110100111110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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