#7CB621

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

Shades of Lima #7CB621

Tints of Lima #7CB621

Color information

#7CB621 (or 0x7CB621) is unknown color: approx Lima. HEX triplet: 7C, B6 and 21. RGB value is (124,182,33). Sum of RGB (Red+Green+Blue) = 124+182+33=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB621 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB621 is #8349DE. Grayscale: #949494. Windows color (decimal): -8604127 or 2209404. OLE color: 2209404.

HSL color Cylindrical-coordinate representation of color #7CB621: hue angle of 83.36º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CB621 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB12418233-
CMYK0.3200.820.29
HSL83.36º69.3%42.16%-
HSV(B)83.36º81.87%71.37%-
XYZ25.3137.857.41-
YUV147.6763.28111.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 182 (71.48% from 255) = 53.69%
BLUE value IS 33 (13.28% from 255) = 9.73%
R=36.58%
G=53.69%
B=9.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124182330.3200.820.2983.3669.342.16
Hex7CB621200521D53452a
Octal174266414001223512310552
Binary111110010110110100001100000010100101110110100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,182,33); }

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

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

 a { background-color: rgb(124,182,33); }

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

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

 span { border-color: rgb(124,182,33); }

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