#7DB98B

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

Shades of Bay Leaf #7DB98B

Tints of Bay Leaf #7DB98B

Color information

#7DB98B (or 0x7DB98B) is unknown color: approx Bay Leaf. HEX triplet: 7D, B9 and 8B. RGB value is (125,185,139). Sum of RGB (Red+Green+Blue) = 125+185+139=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB98B is #824674. Grayscale: #A1A1A1. Windows color (decimal): -8537717 or 9156989. OLE color: 9156989.

HSL color Cylindrical-coordinate representation of color #7DB98B: hue angle of 134º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB98B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB125185139-
CMYK0.3200.250.27
HSL134º30%60.78%-
HSV(B)134º32.43%72.55%-
XYZ30.4740.9230.72-
YUV161.82115.12101.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.84%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=27.84%
G=41.20%
B=30.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251851390.3200.250.271343060.78
Hex7DB98B200191B861e3d
Octal17527121340031332063675
Binary11111011011100110001011100000011001110111000011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,185,139); }

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

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

 a { background-color: rgb(125,185,139); }

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

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

 span { border-color: rgb(125,185,139); }

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