#7CB146

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

Shades of Chelsea Cucumber #7CB146

Tints of Chelsea Cucumber #7CB146

Color information

#7CB146 (or 0x7CB146) is unknown color: approx Chelsea Cucumber. HEX triplet: 7C, B1 and 46. RGB value is (124,177,70). Sum of RGB (Red+Green+Blue) = 124+177+70=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB146 is #834EB9. Grayscale: #959595. Windows color (decimal): -8605370 or 4632956. OLE color: 4632956.

HSL color Cylindrical-coordinate representation of color #7CB146: hue angle of 89.72º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CB146 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB12417770-
CMYK0.3000.600.31
HSL89.72º43.32%48.43%-
HSV(B)89.72º60.45%69.41%-
XYZ25.1436.1711.45-
YUV148.9583.44110.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.42%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 70 (27.73% from 255) = 18.87%
R=33.42%
G=47.71%
B=18.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124177700.3000.600.3189.7243.3248.43
Hex7CB1461E03C1F5a2b30
Octal17426110636074371325360
Binary1111100101100011000110111100111100111111011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,70); }

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

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

 a { background-color: rgb(124,177,70); }

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

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

 span { border-color: rgb(124,177,70); }

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