#769304

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

Shades of Olive #769304

Tints of Olive #769304

Color information

#769304 (or 0x769304) is unknown color: approx Olive. HEX triplet: 76, 93 and 04. RGB value is (118,147,4). Sum of RGB (Red+Green+Blue) = 118+147+4=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #769304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769304 is #896CFB. Grayscale: #7A7A7A. Windows color (decimal): -9006332 or 299894. OLE color: 299894.

HSL color Cylindrical-coordinate representation of color #769304: hue angle of 72.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #769304 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1181474-
CMYK0.2000.970.42
HSL72.17º94.7%29.61%-
HSV(B)72.17º97.28%57.65%-
XYZ17.9324.733.94-
YUV122.0361.39125.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=43.87%
G=54.65%
B=1.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11814740.2000.970.4272.1794.729.61
Hex76934140612A485f1e
Octal16622342401415211013736
Binary11101101001001110010100011000011010101001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769304; }

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

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

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

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

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

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

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

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