#7A9C1D

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

Shades of Lima #7A9C1D

Tints of Lima #7A9C1D

Color information

#7A9C1D (or 0x7A9C1D) is unknown color: approx Lima. HEX triplet: 7A, 9C and 1D. RGB value is (122,156,29). Sum of RGB (Red+Green+Blue) = 122+156+29=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9C1D is #8563E2. Grayscale: #838383. Windows color (decimal): -8741859 or 1940602. OLE color: 1940602.

HSL color Cylindrical-coordinate representation of color #7A9C1D: hue angle of 76.06º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A9C1D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB12215629-
CMYK0.2200.810.39
HSL76.06º68.65%36.27%-
HSV(B)76.06º81.41%61.18%-
XYZ20.14285.51-
YUV131.3670.24121.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.74%
GREEN value IS 156 (61.33% from 255) = 50.81%
BLUE value IS 29 (11.72% from 255) = 9.45%
R=39.74%
G=50.81%
B=9.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122156290.2200.810.3976.0668.6536.27
Hex7A9C1D16051274c4524
Octal172234352601214711410544
Binary11110101001110011101101100101000110011110011001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,29); }

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

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

 a { background-color: rgb(122,156,29); }

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

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

 span { border-color: rgb(122,156,29); }

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