#7FC392

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

Shades of Bay Leaf #7FC392

Tints of Bay Leaf #7FC392

Color information

#7FC392 (or 0x7FC392) is unknown color: approx Bay Leaf. HEX triplet: 7F, C3 and 92. RGB value is (127,195,146). Sum of RGB (Red+Green+Blue) = 127+195+146=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC392 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC392 is #803C6D. Grayscale: #A9A9A9. Windows color (decimal): -8404078 or 9618303. OLE color: 9618303.

HSL color Cylindrical-coordinate representation of color #7FC392: hue angle of 136.76º degrees, saturation: 0.36, 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 #7FC392 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB127195146-
CMYK0.3500.250.24
HSL136.76º36.17%63.14%-
HSV(B)136.76º34.87%76.47%-
XYZ33.4645.6234.24-
YUV169.08114.9797.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.14%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=27.14%
G=41.67%
B=31.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271951460.3500.250.24136.7636.1763.14
Hex7FC392230191889243f
Octal17730322243031302114477
Binary111111111000011100100101000110110011100010001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,195,146); }

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

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

 a { background-color: rgb(127,195,146); }

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

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

 span { border-color: rgb(127,195,146); }

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