#768809

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

Shades of Olive #768809

Tints of Olive #768809

Color information

#768809 (or 0x768809) is unknown color: approx Olive. HEX triplet: 76, 88 and 09. RGB value is (118,136,9). Sum of RGB (Red+Green+Blue) = 118+136+9=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #768809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768809 is #8977F6. Grayscale: #747474. Windows color (decimal): -9009143 or 624758. OLE color: 624758.

HSL color Cylindrical-coordinate representation of color #768809: hue angle of 68.5º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #768809 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1181369-
CMYK0.1300.930.47
HSL68.5º87.59%28.43%-
HSV(B)68.5º93.38%53.33%-
XYZ16.3221.483.54-
YUV116.1467.54129.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 136 (53.52% from 255) = 51.71%
BLUE value IS 9 (3.91% from 255) = 3.42%
R=44.87%
G=51.71%
B=3.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11813690.1300.930.4768.587.5928.43
Hex76889D05D2F45581c
Octal166210111501355710513034
Binary11101101000100010011101010111011011111000101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768809; }

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

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

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

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

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

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

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

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