#7A9B00

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

Shades of Olive #7A9B00

Tints of Olive #7A9B00

Color information

#7A9B00 (or 0x7A9B00) is unknown color: approx Olive. HEX triplet: 7A, 9B and 00. RGB value is (122,155,0). Sum of RGB (Red+Green+Blue) = 122+155+0=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9B00 is #8564FF. Grayscale: #808080. Windows color (decimal): -8742144 or 39802. OLE color: 39802.

HSL color Cylindrical-coordinate representation of color #7A9B00: hue angle of 72.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A9B00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB1221550-
CMYK0.21010.39
HSL72.77º100%30.39%-
HSV(B)72.77º100%60.78%-
XYZ19.7527.584.28-
YUV127.4656.07124.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 155 (60.94% from 255) = 55.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.04%
G=55.96%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12215500.21010.3972.7710030.39
Hex7A9B0150642749641e
Octal17223302501444711114436
Binary111101010011011010101011001001001111001001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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