#7C8205

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

Shades of Olive #7C8205

Tints of Olive #7C8205

Color information

#7C8205 (or 0x7C8205) is unknown color: approx Olive. HEX triplet: 7C, 82 and 05. RGB value is (124,130,5). Sum of RGB (Red+Green+Blue) = 124+130+5=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8205 is #837DFA. Grayscale: #727272. Windows color (decimal): -8617467 or 361084. OLE color: 361084.

HSL color Cylindrical-coordinate representation of color #7C8205: hue angle of 62.88º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C8205 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1241305-
CMYK0.0500.960.49
HSL62.88º92.59%26.47%-
HSV(B)62.88º96.15%50.98%-
XYZ16.3220.263.19-
YUV113.9666.51135.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.88%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=47.88%
G=50.19%
B=1.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12413050.0500.960.4962.8892.5926.47
Hex7C8255060313f5d1a
Octal174202550140617713532
Binary11111001000001010110101100000110001111111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,130,5); }

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

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

 a { background-color: rgb(124,130,5); }

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

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

 span { border-color: rgb(124,130,5); }

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