#6DBF80

Color #6DBF80 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #6DBF80

Tints of Bay Leaf #6DBF80

Color information

#6DBF80 (or 0x6DBF80) is unknown color: approx Bay Leaf. HEX triplet: 6D, BF and 80. RGB value is (109,191,128). Sum of RGB (Red+Green+Blue) = 109+191+128=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBF80 is #92407F. Grayscale: #9F9F9F. Windows color (decimal): -9584768 or 8437613. OLE color: 8437613.

HSL color Cylindrical-coordinate representation of color #6DBF80: hue angle of 133.9º degrees, saturation: 0.39, 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 #6DBF80 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB109191128-
CMYK0.4300.330.25
HSL133.9º39.05%58.82%-
HSV(B)133.9º42.93%74.9%-
XYZ28.8342.0727.02-
YUV159.3110.3392.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.47%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=25.47%
G=44.63%
B=29.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091911280.4300.330.25133.939.0558.82
Hex6DBF802B0211986273b
Octal15527720053041312064773
Binary1101101101111111000000010101101000011100110000110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DBF80;
 }
 .AnyTagClassName
 {
   color: #6DBF80;
 }
</style>
background-color css

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

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

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

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

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

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