Html Css Color HEX #6DB085 Bay Leaf

📋 copy color: '#6DB085'

red 109 ◦ green 176 ◦ blue 133

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

Shades of Bay Leaf #6DB085

Tints of Bay Leaf #6DB085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.11%

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

R = 26.08%
G = 42.11%
B = 31.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#6DB085 (or 0x6DB085) is known color: Bay Leaf. HEX triplet: 6D, B0 and 85. RGB value is (109,176,133). Sum of RGB (Red+Green+Blue) = 109+176+133=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB085 is #924F7A. Grayscale: #979797. Windows color (decimal): -9588603 or 8761453. OLE color: 8761453.

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

Color convert

RGB 109 176 133 -
CMYK 0.38 0 0.24 0.31
HSL 141.49º 0.3% 0.56% -
HSV(B) 141.49º 0.38% 0.69% -
XYZ 26.07 36 27.76 -
YUV 151.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 109 176 133 0.38 0 0.24 0.31 141.49 0.3 0.56
Hex 6D B0 85 26 0 18 1F 8D 1E 38
Octal 155 260 205 46 0 30 37 215 36 70
Binary 1101101 10110000 10000101 100110 0 11000 11111 10001101 11110 111000

Color Harmonies of #6DB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB085

Black with #6DB085

Text Example


Text Example

White with #6DB085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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