#769900

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

Shades of Olive #769900

Tints of Olive #769900

Color information

#769900 (or 0x769900) is unknown color: approx Olive. HEX triplet: 76, 99 and 00. RGB value is (118,153,0). Sum of RGB (Red+Green+Blue) = 118+153+0=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #769900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769900 is #8966FF. Grayscale: #7D7D7D. Windows color (decimal): -9004800 or 39286. OLE color: 39286.

HSL color Cylindrical-coordinate representation of color #769900: hue angle of 73.73º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #769900 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1181530-
CMYK0.23010.4
HSL73.73º100%30%-
HSV(B)73.73º100%60%-
XYZ18.8626.634.15-
YUV125.0957.4122.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 153 (60.16% from 255) = 56.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.54%
G=56.46%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11815300.23010.473.7310030
Hex7699017064284a641e
Octal16623102701445011214436
Binary111011010011001010111011001001010001001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769900; }

 p { color: rgb(118,153,0); }

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

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

 a { background-color: rgb(118,153,0); }

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

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

 span { border-color: rgb(118,153,0); }

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