#6DBC83

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

Shades of Bay Leaf #6DBC83

Tints of Bay Leaf #6DBC83

Color information

#6DBC83 (or 0x6DBC83) is unknown color: approx Bay Leaf. HEX triplet: 6D, BC and 83. RGB value is (109,188,131). Sum of RGB (Red+Green+Blue) = 109+188+131=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBC83 is #92437C. Grayscale: #9E9E9E. Windows color (decimal): -9585533 or 8633453. OLE color: 8633453.

HSL color Cylindrical-coordinate representation of color #6DBC83: hue angle of 136.71º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBC83 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB109188131-
CMYK0.4200.300.26
HSL136.71º37.09%58.24%-
HSV(B)136.71º42.02%73.73%-
XYZ28.3940.8627.86-
YUV157.88112.8393.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.47%
GREEN value IS 188 (73.83% from 255) = 43.93%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=25.47%
G=43.93%
B=30.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091881310.4200.300.26136.7137.0958.24
Hex6DBC832A01E1A89253a
Octal15527420352036322114572
Binary110110110111100100000111010100111101101010001001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,188,131); }

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

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

 a { background-color: rgb(109,188,131); }

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

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

 span { border-color: rgb(109,188,131); }

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