#7DBF8B

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

Shades of Bay Leaf #7DBF8B

Tints of Bay Leaf #7DBF8B

Color information

#7DBF8B (or 0x7DBF8B) is unknown color: approx Bay Leaf. HEX triplet: 7D, BF and 8B. RGB value is (125,191,139). Sum of RGB (Red+Green+Blue) = 125+191+139=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF8B is #824074. Grayscale: #A5A5A5. Windows color (decimal): -8536181 or 9158525. OLE color: 9158525.

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

Color convert

RGB125191139-
CMYK0.3500.270.25
HSL132.73º34.02%61.96%-
HSV(B)132.73º34.55%74.9%-
XYZ31.7543.4931.15-
YUV165.34113.1399.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=27.47%
G=41.98%
B=30.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251911390.3500.270.25132.7334.0261.96
Hex7DBF8B2301B1985223e
Octal17527721343033312054276
Binary111110110111111100010111000110110111100110000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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