#6BBC80

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

Shades of Bay Leaf #6BBC80

Tints of Bay Leaf #6BBC80

Color information

#6BBC80 (or 0x6BBC80) is unknown color: approx Bay Leaf. HEX triplet: 6B, BC and 80. RGB value is (107,188,128). Sum of RGB (Red+Green+Blue) = 107+188+128=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBC80 is #94437F. Grayscale: #9D9D9D. Windows color (decimal): -9716608 or 8436843. OLE color: 8436843.

HSL color Cylindrical-coordinate representation of color #6BBC80: hue angle of 135.56º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBC80 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB107188128-
CMYK0.4300.320.26
HSL135.56º37.67%57.84%-
HSV(B)135.56º43.09%73.73%-
XYZ27.9440.6526.8-
YUV156.94111.6692.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 188 (73.83% from 255) = 44.44%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=25.30%
G=44.44%
B=30.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071881280.4300.320.26135.5637.6757.84
Hex6BBC802B0201A88263a
Octal15327420053040322104672
Binary1101011101111001000000010101101000001101010001000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,188,128); }

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

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

 a { background-color: rgb(107,188,128); }

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

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

 span { border-color: rgb(107,188,128); }

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