#79780A

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

Shades of Olive #79780A

Tints of Olive #79780A

Color information

#79780A (or 0x79780A) is unknown color: approx Olive. HEX triplet: 79, 78 and 0A. RGB value is (121,120,10). Sum of RGB (Red+Green+Blue) = 121+120+10=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #79780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79780A is #8687F5. Grayscale: #6C6C6C. Windows color (decimal): -8816630 or 686201. OLE color: 686201.

HSL color Cylindrical-coordinate representation of color #79780A: hue angle of 59.46º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79780A is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB12112010-
CMYK00.010.920.53
HSL59.46º84.73%25.69%-
HSV(B)59.46º91.74%47.45%-
XYZ14.6617.522.9-
YUV107.7672.83137.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.21%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=48.21%
G=47.81%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211201000.010.920.5359.4684.7325.69
Hex7978A015C353b551a
Octal1711701201134657312532
Binary111100111110001010011011100110101111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79780A; }

 p { color: rgb(121,120,10); }

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

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

 a { background-color: rgb(121,120,10); }

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

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

 span { border-color: rgb(121,120,10); }

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