#7FC092

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

Shades of Bay Leaf #7FC092

Tints of Bay Leaf #7FC092

Color information

#7FC092 (or 0x7FC092) is unknown color: approx Bay Leaf. HEX triplet: 7F, C0 and 92. RGB value is (127,192,146). Sum of RGB (Red+Green+Blue) = 127+192+146=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC092 is #803F6D. Grayscale: #A7A7A7. Windows color (decimal): -8404846 or 9617535. OLE color: 9617535.

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

Color convert

RGB127192146-
CMYK0.3400.240.25
HSL137.54º34.03%62.55%-
HSV(B)137.54º33.85%75.29%-
XYZ32.7944.2934.01-
YUV167.32115.9799.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=27.31%
G=41.29%
B=31.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271921460.3400.240.25137.5434.0362.55
Hex7FC09222018198a223f
Octal17730022242030312124277
Binary111111111000000100100101000100110001100110001010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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