#6DAB83

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

Shades of Bay Leaf #6DAB83

Tints of Bay Leaf #6DAB83

Color information

#6DAB83 (or 0x6DAB83) is unknown color: approx Bay Leaf. HEX triplet: 6D, AB and 83. RGB value is (109,171,131). Sum of RGB (Red+Green+Blue) = 109+171+131=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB83 is #92547C. Grayscale: #949494. Windows color (decimal): -9589885 or 8629101. OLE color: 8629101.

HSL color Cylindrical-coordinate representation of color #6DAB83: hue angle of 141.29º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAB83 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB109171131-
CMYK0.3600.230.33
HSL141.29º26.96%54.9%-
HSV(B)141.29º36.26%67.06%-
XYZ24.9734.0226.72-
YUV147.9118.46100.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.52%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=26.52%
G=41.61%
B=31.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091711310.3600.230.33141.2926.9654.9
Hex6DAB8324017218d1b37
Octal15525320344027412153367
Binary110110110101011100000111001000101111000011000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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