#7a8900

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

Shades of Olive #7A8900

Tints of Olive #7A8900

Color information

#7A8900 (or 0x7A8900) is unknown color: approx Olive. HEX triplet: 7A, 89 and 00. RGB value is (122,137,0). Sum of RGB (Red+Green+Blue) = 122+137+0=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8900 is #8576FF. Grayscale: #757575. Windows color (decimal): -8746752 or 35194. OLE color: 35194.

HSL color Cylindrical-coordinate representation of color #7A8900: hue angle of 66.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A8900 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB1221370-
CMYK0.11010.46
HSL66.57º100%26.86%-
HSV(B)66.57º100%53.73%-
XYZ16.9722.033.36-
YUV116.962.03131.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.10%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.10%
G=52.90%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12213700.11010.4666.5710026.86
Hex7A890B0642E43641b
Octal17221101301445610314433
Binary11110101000100101011011001001011101000011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a8900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,137,0); }

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

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

 a { background-color: rgb(122,137,0); }

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

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

 span { border-color: rgb(122,137,0); }

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