Html Css Color HEX #6DB885 Bay Leaf

📋 copy color: '#6DB885'

red 109 ◦ green 184 ◦ blue 133

#6DB885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #6DB885

Tints of Bay Leaf #6DB885

RGB

 RED value IS 109 (42.97% from 255) = 25.59%

 GREEN value IS 184 (72.27% from 255) = 43.19%

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 25.59%
G = 43.19%
B = 31.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#6DB885 (or 0x6DB885) is known color: Bay Leaf. HEX triplet: 6D, B8 and 85. RGB value is (109,184,133). Sum of RGB (Red+Green+Blue) = 109+184+133=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB885 is #92477A. Grayscale: #9B9B9B. Windows color (decimal): -9586555 or 8763501. OLE color: 8763501.

HSL color Cylindrical-coordinate representation of color #6DB885: hue angle of 139.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB885 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 109 184 133 -
CMYK 0.41 0 0.28 0.28
HSL 139.2º 0.35% 0.57% -
HSV(B) 139.2º 0.41% 0.72% -
XYZ 27.68 39.23 28.3 -
YUV 155.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 109 184 133 0.41 0 0.28 0.28 139.2 0.35 0.57
Hex 6D B8 85 29 0 1C 1C 8B 23 39
Octal 155 270 205 51 0 34 34 213 43 71
Binary 1101101 10111000 10000101 101001 0 11100 11100 10001011 100011 111001

Color Harmonies of #6DB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB885

Black with #6DB885

Text Example


Text Example

White with #6DB885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,184,133); }

 H1.HeaderClassName
 {
   color: #6DB885;
 }
 .AnyTagClassName
 {
   color: #6DB885;
 }
</style>

background-color css

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

 a { background-color: rgb(109,184,133); }

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

border-color css

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

 span { border-color: rgb(109,184,133); }

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