Html Css Color HEX #6DB47F Bay Leaf

📋 copy color: '#6DB47F'

red 109 ◦ green 180 ◦ blue 127

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

Shades of Bay Leaf #6DB47F

Tints of Bay Leaf #6DB47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.53%

R = 26.2%
G = 43.27%
B = 30.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#6DB47F (or 0x6DB47F) is known color: Bay Leaf. HEX triplet: 6D, B4 and 7F. RGB value is (109,180,127). Sum of RGB (Red+Green+Blue) = 109+180+127=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB47F is #924B80. Grayscale: #989898. Windows color (decimal): -9587585 or 8369261. OLE color: 8369261.

HSL color Cylindrical-coordinate representation of color #6DB47F: hue angle of 135.21º 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 #6DB47F is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 180 127 -
CMYK 0.39 0 0.29 0.29
HSL 135.21º 0.32% 0.57% -
HSV(B) 135.21º 0.39% 0.71% -
XYZ 26.46 37.43 25.91 -
YUV 152.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 109 180 127 0.39 0 0.29 0.29 135.21 0.32 0.57
Hex 6D B4 7F 27 0 1D 1D 87 20 39
Octal 155 264 177 47 0 35 35 207 40 71
Binary 1101101 10110100 1111111 100111 0 11101 11101 10000111 100000 111001

Color Harmonies of #6DB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB47F

Black with #6DB47F

Text Example


Text Example

White with #6DB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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