#7CC190

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

Shades of Bay Leaf #7CC190

Tints of Bay Leaf #7CC190

Color information

#7CC190 (or 0x7CC190) is unknown color: approx Bay Leaf. HEX triplet: 7C, C1 and 90. RGB value is (124,193,144). Sum of RGB (Red+Green+Blue) = 124+193+144=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC190 is #833E6F. Grayscale: #A6A6A6. Windows color (decimal): -8601200 or 9486716. OLE color: 9486716.

HSL color Cylindrical-coordinate representation of color #7CC190: hue angle of 137.39º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC190 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB124193144-
CMYK0.3600.250.24
HSL137.39º35.75%62.16%-
HSV(B)137.39º35.75%75.69%-
XYZ32.4244.4433.25-
YUV166.78115.1497.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.90%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=26.90%
G=41.87%
B=31.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241931440.3600.250.24137.3935.7562.16
Hex7CC190240191889243e
Octal17430122044031302114476
Binary111110011000001100100001001000110011100010001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,193,144); }

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

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

 a { background-color: rgb(124,193,144); }

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

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

 span { border-color: rgb(124,193,144); }

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