#767C09

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

Shades of Olive #767C09

Tints of Olive #767C09

Color information

#767C09 (or 0x767C09) is unknown color: approx Olive. HEX triplet: 76, 7C and 09. RGB value is (118,124,9). Sum of RGB (Red+Green+Blue) = 118+124+9=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #767C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767C09 is #8983F6. Grayscale: #6D6D6D. Windows color (decimal): -9012215 or 621686. OLE color: 621686.

HSL color Cylindrical-coordinate representation of color #767C09: hue angle of 63.13º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #767C09 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB1181249-
CMYK0.0500.930.51
HSL63.13º86.47%26.08%-
HSV(B)63.13º92.74%48.63%-
XYZ14.7318.293.01-
YUV109.171.51134.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 124 (48.83% from 255) = 49.40%
BLUE value IS 9 (3.91% from 255) = 3.59%
R=47.01%
G=49.40%
B=3.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11812490.0500.930.5163.1386.4726.08
Hex767C9505D333f561a
Octal1661741150135637712632
Binary11101101111100100110101011101110011111111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,124,9); }

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

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

 a { background-color: rgb(118,124,9); }

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

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

 span { border-color: rgb(118,124,9); }

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