#7E8602

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

Shades of Olive #7E8602

Tints of Olive #7E8602

Color information

#7E8602 (or 0x7E8602) is unknown color: approx Olive. HEX triplet: 7E, 86 and 02. RGB value is (126,134,2). Sum of RGB (Red+Green+Blue) = 126+134+2=262 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.09% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8602 is #8179FD. Grayscale: #757575. Windows color (decimal): -8485374 or 165502. OLE color: 165502.

HSL color Cylindrical-coordinate representation of color #7E8602: hue angle of 63.64º 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 #7E8602 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1261342-
CMYK0.0600.990.47
HSL63.64º97.06%26.67%-
HSV(B)63.64º98.51%52.55%-
XYZ17.1421.493.3-
YUV116.5663.35134.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.09%
GREEN value IS 134 (52.73% from 255) = 51.15%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=48.09%
G=51.15%
B=0.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12613420.0600.990.4763.6497.0626.67
Hex7E86260632F40611b
Octal1762062601435710014133
Binary11111101000011010110011000111011111000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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