#7FC290

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

Shades of Bay Leaf #7FC290

Tints of Bay Leaf #7FC290

Color information

#7FC290 (or 0x7FC290) is unknown color: approx Bay Leaf. HEX triplet: 7F, C2 and 90. RGB value is (127,194,144). Sum of RGB (Red+Green+Blue) = 127+194+144=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC290 is #803D6F. Grayscale: #A8A8A8. Windows color (decimal): -8404336 or 9486975. OLE color: 9486975.

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

Color convert

RGB127194144-
CMYK0.3500.260.24
HSL135.22º35.45%62.94%-
HSV(B)135.22º34.54%76.08%-
XYZ33.0845.1133.35-
YUV168.27114.398.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=27.31%
G=41.72%
B=30.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271941440.3500.260.24135.2235.4562.94
Hex7FC2902301A1887233f
Octal17730222043032302074377
Binary111111111000010100100001000110110101100010000111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,194,144); }

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

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

 a { background-color: rgb(127,194,144); }

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

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

 span { border-color: rgb(127,194,144); }

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