#769504

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

Shades of Olive #769504

Tints of Olive #769504

Color information

#769504 (or 0x769504) is unknown color: approx Olive. HEX triplet: 76, 95 and 04. RGB value is (118,149,4). Sum of RGB (Red+Green+Blue) = 118+149+4=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #769504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769504 is #896AFB. Grayscale: #7B7B7B. Windows color (decimal): -9005820 or 300406. OLE color: 300406.

HSL color Cylindrical-coordinate representation of color #769504: hue angle of 72.83º 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 #769504 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1181494-
CMYK0.2100.970.42
HSL72.83º94.77%30%-
HSV(B)72.83º97.32%58.43%-
XYZ18.2425.364.05-
YUV123.260.73124.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=43.54%
G=54.98%
B=1.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11814940.2100.970.4272.8394.7730
Hex76954150612A495f1e
Octal16622542501415211113736
Binary11101101001010110010101011000011010101001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769504; }

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

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

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

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

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

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

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

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