#7E8A05

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

Shades of Olive #7E8A05

Tints of Olive #7E8A05

Color information

#7E8A05 (or 0x7E8A05) is unknown color: approx Olive. HEX triplet: 7E, 8A and 05. RGB value is (126,138,5). Sum of RGB (Red+Green+Blue) = 126+138+5=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8A05 is #8175FA. Grayscale: #777777. Windows color (decimal): -8484347 or 363134. OLE color: 363134.

HSL color Cylindrical-coordinate representation of color #7E8A05: hue angle of 65.41º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E8A05 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1261385-
CMYK0.0900.960.46
HSL65.41º93.01%28.04%-
HSV(B)65.41º96.38%54.12%-
XYZ17.7222.623.58-
YUV119.2563.52132.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.84%
GREEN value IS 138 (54.30% from 255) = 51.30%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=46.84%
G=51.30%
B=1.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12613850.0900.960.4665.4193.0128.04
Hex7E8A590602E415d1c
Octal17621251101405610113534
Binary1111110100010101011001011000001011101000001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,138,5); }

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

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

 a { background-color: rgb(126,138,5); }

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

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

 span { border-color: rgb(126,138,5); }

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