Html Css Color HEX #6DC080 Bay Leaf

📋 copy color: '#6DC080'

red 109 ◦ green 192 ◦ blue 128

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

Shades of Bay Leaf #6DC080

Tints of Bay Leaf #6DC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 25.41%
G = 44.76%
B = 29.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#6DC080 (or 0x6DC080) is known color: Bay Leaf. HEX triplet: 6D, C0 and 80. RGB value is (109,192,128). Sum of RGB (Red+Green+Blue) = 109+192+128=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC080 is #923F7F. Grayscale: #A0A0A0. Windows color (decimal): -9584512 or 8437869. OLE color: 8437869.

HSL color Cylindrical-coordinate representation of color #6DC080: hue angle of 133.73º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DC080 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 192 128 -
CMYK 0.43 0 0.33 0.25
HSL 133.73º 0.4% 0.59% -
HSV(B) 133.73º 0.43% 0.75% -
XYZ 29.05 42.51 27.1 -
YUV 159.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 109 192 128 0.43 0 0.33 0.25 133.73 0.4 0.59
Hex 6D C0 80 2B 0 21 19 86 28 3B
Octal 155 300 200 53 0 41 31 206 50 73
Binary 1101101 11000000 10000000 101011 0 100001 11001 10000110 101000 111011

Color Harmonies of #6DC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC080

Black with #6DC080

Text Example


Text Example

White with #6DC080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,192,128); }

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

background-color css

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

 a { background-color: rgb(109,192,128); }

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

border-color css

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

 span { border-color: rgb(109,192,128); }

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