Html Css Color HEX #6DB185 Bay Leaf

📋 copy color: '#6DB185'

red 109 ◦ green 177 ◦ blue 133

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

Shades of Bay Leaf #6DB185

Tints of Bay Leaf #6DB185

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 26.01%
G = 42.24%
B = 31.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#6DB185 (or 0x6DB185) is known color: Bay Leaf. HEX triplet: 6D, B1 and 85. RGB value is (109,177,133). Sum of RGB (Red+Green+Blue) = 109+177+133=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB185 is #924E7A. Grayscale: #979797. Windows color (decimal): -9588347 or 8761709. OLE color: 8761709.

HSL color Cylindrical-coordinate representation of color #6DB185: hue angle of 141.18º degrees, saturation: 0.3, 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 #6DB185 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 177 133 -
CMYK 0.38 0 0.25 0.31
HSL 141.18º 0.3% 0.56% -
HSV(B) 141.18º 0.38% 0.69% -
XYZ 26.26 36.39 27.83 -
YUV 151.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 109 177 133 0.38 0 0.25 0.31 141.18 0.3 0.56
Hex 6D B1 85 26 0 19 1F 8D 1E 38
Octal 155 261 205 46 0 31 37 215 36 70
Binary 1101101 10110001 10000101 100110 0 11001 11111 10001101 11110 111000

Color Harmonies of #6DB185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB185

Black with #6DB185

Text Example


Text Example

White with #6DB185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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