#7DBA90

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

Shades of Bay Leaf #7DBA90

Tints of Bay Leaf #7DBA90

Color information

#7DBA90 (or 0x7DBA90) is unknown color: approx Bay Leaf. HEX triplet: 7D, BA and 90. RGB value is (125,186,144). Sum of RGB (Red+Green+Blue) = 125+186+144=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBA90 is #82456F. Grayscale: #A3A3A3. Windows color (decimal): -8537456 or 9484925. OLE color: 9484925.

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

Color convert

RGB125186144-
CMYK0.3300.230.27
HSL138.69º30.65%60.98%-
HSV(B)138.69º32.8%72.94%-
XYZ31.0541.4932.76-
YUV162.97117.29100.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=27.47%
G=40.88%
B=31.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251861440.3300.230.27138.6930.6560.98
Hex7DBA90210171B8b1f3d
Octal17527222041027332133775
Binary11111011011101010010000100001010111110111000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,144); }

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

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

 a { background-color: rgb(125,186,144); }

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

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

 span { border-color: rgb(125,186,144); }

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