#7CB438

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

Shades of Lima #7CB438

Tints of Lima #7CB438

Color information

#7CB438 (or 0x7CB438) is unknown color: approx Lima. HEX triplet: 7C, B4 and 38. RGB value is (124,180,56). Sum of RGB (Red+Green+Blue) = 124+180+56=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB438 is #834BC7. Grayscale: #959595. Windows color (decimal): -8604616 or 3716220. OLE color: 3716220.

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

Color convert

RGB12418056-
CMYK0.3100.690.29
HSL87.1º52.54%46.27%-
HSV(B)87.1º68.89%70.59%-
XYZ25.3537.219.59-
YUV149.1275.45110.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=34.44%
G=50%
B=15.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124180560.3100.690.2987.152.5446.27
Hex7CB4381F0451D57352e
Octal17426470370105351276556
Binary1111100101101001110001111101000101111011010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,56); }

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

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

 a { background-color: rgb(124,180,56); }

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

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

 span { border-color: rgb(124,180,56); }

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