Html Css Color HEX #6DB481 Bay Leaf

📋 copy color: '#6DB481'

red 109 ◦ green 180 ◦ blue 129

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

Shades of Bay Leaf #6DB481

Tints of Bay Leaf #6DB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 26.08%
G = 43.06%
B = 30.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#6DB481 (or 0x6DB481) is known color: Bay Leaf. HEX triplet: 6D, B4 and 81. RGB value is (109,180,129). Sum of RGB (Red+Green+Blue) = 109+180+129=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB481 is #924B7E. Grayscale: #999999. Windows color (decimal): -9587583 or 8500333. OLE color: 8500333.

HSL color Cylindrical-coordinate representation of color #6DB481: hue angle of 136.9º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB481 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 180 129 -
CMYK 0.39 0 0.28 0.29
HSL 136.9º 0.32% 0.57% -
HSV(B) 136.9º 0.39% 0.71% -
XYZ 26.59 37.48 26.6 -
YUV 152.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 109 180 129 0.39 0 0.28 0.29 136.9 0.32 0.57
Hex 6D B4 81 27 0 1C 1D 89 20 39
Octal 155 264 201 47 0 34 35 211 40 71
Binary 1101101 10110100 10000001 100111 0 11100 11101 10001001 100000 111001

Color Harmonies of #6DB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB481

Black with #6DB481

Text Example


Text Example

White with #6DB481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,180,129); }

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

background-color css

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

 a { background-color: rgb(109,180,129); }

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

border-color css

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

 span { border-color: rgb(109,180,129); }

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