#7C6602

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

Shades of Olive #7C6602

Tints of Olive #7C6602

Color information

#7C6602 (or 0x7C6602) is unknown color: approx Olive. HEX triplet: 7C, 66 and 02. RGB value is (124,102,2). Sum of RGB (Red+Green+Blue) = 124+102+2=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6602 is #8399FD. Grayscale: #616161. Windows color (decimal): -8624638 or 157308. OLE color: 157308.

HSL color Cylindrical-coordinate representation of color #7C6602: hue angle of 49.18º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C6602 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB1241022-
CMYK00.180.980.51
HSL49.18º96.83%24.71%-
HSV(B)49.18º98.39%48.63%-
XYZ13.0713.792.03-
YUV97.1874.29147.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.39%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=54.39%
G=44.74%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124102200.180.980.5149.1896.8324.71
Hex7C6620126233316119
Octal1741462022142636114131
Binary11111001100110100100101100010110011110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,102,2); }

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

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

 a { background-color: rgb(124,102,2); }

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

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

 span { border-color: rgb(124,102,2); }

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