#769306

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

Shades of Olive #769306

Tints of Olive #769306

Color information

#769306 (or 0x769306) is unknown color: approx Olive. HEX triplet: 76, 93 and 06. RGB value is (118,147,6). Sum of RGB (Red+Green+Blue) = 118+147+6=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #769306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769306 is #896CF9. Grayscale: #7A7A7A. Windows color (decimal): -9006330 or 430966. OLE color: 430966.

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

Color convert

RGB1181476-
CMYK0.2000.960.42
HSL72.34º92.16%30%-
HSV(B)72.34º95.92%57.65%-
XYZ17.9424.734-
YUV122.2662.39124.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 147 (57.81% from 255) = 54.24%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=43.54%
G=54.24%
B=2.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11814760.2000.960.4272.3492.1630
Hex76936140602A485c1e
Octal16622362401405211013436
Binary11101101001001111010100011000001010101001000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769306; }

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

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

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

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

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

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

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

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