#768805

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

Shades of Olive #768805

Tints of Olive #768805

Color information

#768805 (or 0x768805) is unknown color: approx Olive. HEX triplet: 76, 88 and 05. RGB value is (118,136,5). Sum of RGB (Red+Green+Blue) = 118+136+5=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #768805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768805 is #8977FA. Grayscale: #747474. Windows color (decimal): -9009147 or 362614. OLE color: 362614.

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

Color convert

RGB1181365-
CMYK0.1300.960.47
HSL68.24º92.91%27.65%-
HSV(B)68.24º96.32%53.33%-
XYZ16.321.473.43-
YUV115.6865.54129.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 136 (53.52% from 255) = 52.51%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=45.56%
G=52.51%
B=1.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11813650.1300.960.4768.2492.9127.65
Hex76885D0602F445d1c
Octal16621051501405710413534
Binary1110110100010001011101011000001011111000100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768805; }

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

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

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

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

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

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

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

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