#6DAF83

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

Shades of Bay Leaf #6DAF83

Tints of Bay Leaf #6DAF83

Color information

#6DAF83 (or 0x6DAF83) is unknown color: approx Bay Leaf. HEX triplet: 6D, AF and 83. RGB value is (109,175,131). Sum of RGB (Red+Green+Blue) = 109+175+131=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF83 is #92507C. Grayscale: #969696. Windows color (decimal): -9588861 or 8630125. OLE color: 8630125.

HSL color Cylindrical-coordinate representation of color #6DAF83: hue angle of 140º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAF83 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB109175131-
CMYK0.3800.250.31
HSL140º29.2%55.69%-
HSV(B)140º37.71%68.63%-
XYZ25.7335.5526.98-
YUV150.25117.1398.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.27%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=26.27%
G=42.17%
B=31.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751310.3800.250.3114029.255.69
Hex6DAF83260191F8c1d38
Octal15525720346031372143570
Binary11011011010111110000011100110011001111111000110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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