#768904

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

Shades of Olive #768904

Tints of Olive #768904

Color information

#768904 (or 0x768904) is unknown color: approx Olive. HEX triplet: 76, 89 and 04. RGB value is (118,137,4). Sum of RGB (Red+Green+Blue) = 118+137+4=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #768904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768904 is #8976FB. Grayscale: #747474. Windows color (decimal): -9008892 or 297334. OLE color: 297334.

HSL color Cylindrical-coordinate representation of color #768904: hue angle of 68.57º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #768904 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB1181374-
CMYK0.1400.970.46
HSL68.57º94.33%27.65%-
HSV(B)68.57º97.08%53.73%-
XYZ16.4421.753.45-
YUV116.1664.71129.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=45.56%
G=52.90%
B=1.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11813740.1400.970.4668.5794.3327.65
Hex76894E0612E455e1c
Octal16621141601415610513634
Binary1110110100010011001110011000011011101000101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768904; }

 p { color: rgb(118,137,4); }

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

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

 a { background-color: rgb(118,137,4); }

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

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

 span { border-color: rgb(118,137,4); }

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