#7FC492

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

Shades of Bay Leaf #7FC492

Tints of Bay Leaf #7FC492

Color information

#7FC492 (or 0x7FC492) is unknown color: approx Bay Leaf. HEX triplet: 7F, C4 and 92. RGB value is (127,196,146). Sum of RGB (Red+Green+Blue) = 127+196+146=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC492 is #803B6D. Grayscale: #A9A9A9. Windows color (decimal): -8403822 or 9618559. OLE color: 9618559.

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

Color convert

RGB127196146-
CMYK0.3500.260.23
HSL136.52º36.9%63.33%-
HSV(B)136.52º35.2%76.86%-
XYZ33.6846.0734.31-
YUV169.67114.6497.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=27.08%
G=41.79%
B=31.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271961460.3500.260.23136.5236.963.33
Hex7FC4922301A1789253f
Octal17730422243032272114577
Binary111111111000100100100101000110110101011110001001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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