#76790C

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

Shades of Olive #76790C

Tints of Olive #76790C

Color information

#76790C (or 0x76790C) is unknown color: approx Olive. HEX triplet: 76, 79 and 0C. RGB value is (118,121,12). Sum of RGB (Red+Green+Blue) = 118+121+12=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #76790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76790C is #8986F3. Grayscale: #6C6C6C. Windows color (decimal): -9012980 or 817526. OLE color: 817526.

HSL color Cylindrical-coordinate representation of color #76790C: hue angle of 61.65º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76790C is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB11812112-
CMYK0.0200.900.53
HSL61.65º81.95%26.08%-
HSV(B)61.65º90.08%47.45%-
XYZ14.3717.552.98-
YUV107.6874.01135.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 12 (5.08% from 255) = 4.78%
R=47.01%
G=48.21%
B=4.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121120.0200.900.5361.6581.9526.08
Hex7679C205A353e521a
Octal1661711420132657612232
Binary1110110111100111001001011010110101111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76790C; }

 p { color: rgb(118,121,12); }

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

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

 a { background-color: rgb(118,121,12); }

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

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

 span { border-color: rgb(118,121,12); }

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