#7A8A05

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

Shades of Olive #7A8A05

Tints of Olive #7A8A05

Color information

#7A8A05 (or 0x7A8A05) is unknown color: approx Olive. HEX triplet: 7A, 8A and 05. RGB value is (122,138,5). Sum of RGB (Red+Green+Blue) = 122+138+5=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8A05 is #8575FA. Grayscale: #767676. Windows color (decimal): -8746491 or 363130. OLE color: 363130.

HSL color Cylindrical-coordinate representation of color #7A8A05: hue angle of 67.22º 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 #7A8A05 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1221385-
CMYK0.1200.960.46
HSL67.22º93.01%28.04%-
HSV(B)67.22º96.38%54.12%-
XYZ17.1422.333.55-
YUV118.0564.2130.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 138 (54.30% from 255) = 52.08%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=46.04%
G=52.08%
B=1.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12213850.1200.960.4667.2293.0128.04
Hex7A8A5C0602E435d1c
Octal17221251401405610313534
Binary1111010100010101011100011000001011101000011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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