#7CB435

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

Shades of Lima #7CB435

Tints of Lima #7CB435

Color information

#7CB435 (or 0x7CB435) is unknown color: approx Lima. HEX triplet: 7C, B4 and 35. RGB value is (124,180,53). Sum of RGB (Red+Green+Blue) = 124+180+53=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB435 is #834BCA. Grayscale: #959595. Windows color (decimal): -8604619 or 3519612. OLE color: 3519612.

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

Color convert

RGB12418053-
CMYK0.3100.710.29
HSL86.46º54.51%45.69%-
HSV(B)86.46º70.56%70.59%-
XYZ25.2837.189.21-
YUV148.7873.95110.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 180 (70.70% from 255) = 50.42%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=34.73%
G=50.42%
B=14.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124180530.3100.710.2986.4654.5145.69
Hex7CB4351F0471D56372e
Octal17426465370107351266756
Binary1111100101101001101011111101000111111011010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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