#6DBA80

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

Shades of Bay Leaf #6DBA80

Tints of Bay Leaf #6DBA80

Color information

#6DBA80 (or 0x6DBA80) is unknown color: approx Bay Leaf. HEX triplet: 6D, BA and 80. RGB value is (109,186,128). Sum of RGB (Red+Green+Blue) = 109+186+128=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBA80 is #92457F. Grayscale: #9C9C9C. Windows color (decimal): -9586048 or 8436333. OLE color: 8436333.

HSL color Cylindrical-coordinate representation of color #6DBA80: hue angle of 134.81º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DBA80 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB109186128-
CMYK0.4100.310.27
HSL134.81º35.81%57.84%-
HSV(B)134.81º41.4%72.94%-
XYZ27.7639.9326.67-
YUV156.36111.9994.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.77%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=25.77%
G=43.97%
B=30.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091861280.4100.310.27134.8135.8157.84
Hex6DBA802901F1B87243a
Octal15527220051037332074472
Binary110110110111010100000001010010111111101110000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DBA80; }

 p { color: rgb(109,186,128); }

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

<style>
 a { background-color: #6DBA80; }

 a { background-color: rgb(109,186,128); }

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

<style>
 span { border-color: #6DBA80; }

 span { border-color: rgb(109,186,128); }

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