#7C810A

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

Shades of Olive #7C810A

Tints of Olive #7C810A

Color information

#7C810A (or 0x7C810A) is unknown color: approx Olive. HEX triplet: 7C, 81 and 0A. RGB value is (124,129,10). Sum of RGB (Red+Green+Blue) = 124+129+10=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #7C810A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C810A is #837EF5. Grayscale: #727272. Windows color (decimal): -8617718 or 688508. OLE color: 688508.

HSL color Cylindrical-coordinate representation of color #7C810A: hue angle of 62.52º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C810A is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB12412910-
CMYK0.0400.920.49
HSL62.52º85.61%27.25%-
HSV(B)62.52º92.25%50.59%-
XYZ16.2220.013.29-
YUV113.9469.34135.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=47.15%
G=49.05%
B=3.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124129100.0400.920.4962.5285.6127.25
Hex7C81A405C313f561b
Octal1742011240134617712633
Binary111110010000001101010001011100110001111111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C810A; }

 p { color: rgb(124,129,10); }

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

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

 a { background-color: rgb(124,129,10); }

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

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

 span { border-color: rgb(124,129,10); }

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