#7CA222

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

Shades of Lima #7CA222

Tints of Lima #7CA222

Color information

#7CA222 (or 0x7CA222) is unknown color: approx Lima. HEX triplet: 7C, A2 and 22. RGB value is (124,162,34). Sum of RGB (Red+Green+Blue) = 124+162+34=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA222 is #835DDD. Grayscale: #888888. Windows color (decimal): -8609246 or 2269820. OLE color: 2269820.

HSL color Cylindrical-coordinate representation of color #7CA222: hue angle of 77.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CA222 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB12416234-
CMYK0.2300.790.36
HSL77.81º65.31%38.43%-
HSV(B)77.81º79.01%63.53%-
XYZ21.5230.246.22-
YUV136.0570.41119.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 34 (13.67% from 255) = 10.62%
R=38.75%
G=50.62%
B=10.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124162340.2300.790.3677.8165.3138.43
Hex7CA2221704F244e4126
Octal174242422701174411610146
Binary111110010100010100010101110100111110010010011101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,162,34); }

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

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

 a { background-color: rgb(124,162,34); }

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

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

 span { border-color: rgb(124,162,34); }

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