#7A9A1B

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

Shades of Lima #7A9A1B

Tints of Lima #7A9A1B

Color information

#7A9A1B (or 0x7A9A1B) is unknown color: approx Lima. HEX triplet: 7A, 9A and 1B. RGB value is (122,154,27). Sum of RGB (Red+Green+Blue) = 122+154+27=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9A1B is #8565E4. Grayscale: #828282. Windows color (decimal): -8742373 or 1809018. OLE color: 1809018.

HSL color Cylindrical-coordinate representation of color #7A9A1B: hue angle of 75.12º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A9A1B is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB12215427-
CMYK0.2100.820.40
HSL75.12º70.17%35.49%-
HSV(B)75.12º82.47%60.39%-
XYZ19.7827.335.27-
YUV129.9569.9122.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 154 (60.55% from 255) = 50.83%
BLUE value IS 27 (10.94% from 255) = 8.91%
R=40.26%
G=50.83%
B=8.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122154270.2100.820.4075.1270.1735.49
Hex7A9A1B15052284b4623
Octal172232332501225011310643
Binary11110101001101011011101010101001010100010010111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,154,27); }

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

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

 a { background-color: rgb(122,154,27); }

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

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

 span { border-color: rgb(122,154,27); }

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