#7FB78A

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

Shades of Bay Leaf #7FB78A

Tints of Bay Leaf #7FB78A

Color information

#7FB78A (or 0x7FB78A) is unknown color: approx Bay Leaf. HEX triplet: 7F, B7 and 8A. RGB value is (127,183,138). Sum of RGB (Red+Green+Blue) = 127+183+138=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB78A is #804875. Grayscale: #A1A1A1. Windows color (decimal): -8407158 or 9090943. OLE color: 9090943.

HSL color Cylindrical-coordinate representation of color #7FB78A: hue angle of 131.79º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB78A is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB127183138-
CMYK0.3100.250.28
HSL131.79º28%60.78%-
HSV(B)131.79º30.6%71.76%-
XYZ30.2740.2130.21-
YUV161.13114.95103.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=28.35%
G=40.85%
B=30.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1271831380.3100.250.28131.792860.78
Hex7FB78A1F0191C841c3d
Octal17726721237031342043475
Binary1111111101101111000101011111011001111001000010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,183,138); }

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

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

 a { background-color: rgb(127,183,138); }

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

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

 span { border-color: rgb(127,183,138); }

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