#7FBD90

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

Shades of Bay Leaf #7FBD90

Tints of Bay Leaf #7FBD90

Color information

#7FBD90 (or 0x7FBD90) is unknown color: approx Bay Leaf. HEX triplet: 7F, BD and 90. RGB value is (127,189,144). Sum of RGB (Red+Green+Blue) = 127+189+144=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD90 is #80426F. Grayscale: #A5A5A5. Windows color (decimal): -8405616 or 9485695. OLE color: 9485695.

HSL color Cylindrical-coordinate representation of color #7FBD90: hue angle of 136.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBD90 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB127189144-
CMYK0.3300.240.26
HSL136.45º31.96%61.96%-
HSV(B)136.45º32.8%74.12%-
XYZ31.9842.9232.98-
YUV165.33115.96100.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=27.61%
G=41.09%
B=31.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271891440.3300.240.26136.4531.9661.96
Hex7FBD90210181A88203e
Octal17727522041030322104076
Binary111111110111101100100001000010110001101010001000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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