#7C8602

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

Shades of Olive #7C8602

Tints of Olive #7C8602

Color information

#7C8602 (or 0x7C8602) is unknown color: approx Olive. HEX triplet: 7C, 86 and 02. RGB value is (124,134,2). Sum of RGB (Red+Green+Blue) = 124+134+2=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8602 is #8379FD. Grayscale: #747474. Windows color (decimal): -8616446 or 165500. OLE color: 165500.

HSL color Cylindrical-coordinate representation of color #7C8602: hue angle of 64.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C8602 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1241342-
CMYK0.0700.990.47
HSL64.55º97.06%26.67%-
HSV(B)64.55º98.51%52.55%-
XYZ16.8521.343.29-
YUV115.9663.69133.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.69%
GREEN value IS 134 (52.73% from 255) = 51.54%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=47.69%
G=51.54%
B=0.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12413420.0700.990.4764.5597.0626.67
Hex7C86270632F41611b
Octal1742062701435710114133
Binary11111001000011010111011000111011111000001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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