#6BBB80

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

Shades of Bay Leaf #6BBB80

Tints of Bay Leaf #6BBB80

Color information

#6BBB80 (or 0x6BBB80) is unknown color: approx Bay Leaf. HEX triplet: 6B, BB and 80. RGB value is (107,187,128). Sum of RGB (Red+Green+Blue) = 107+187+128=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBB80 is #94447F. Grayscale: #9C9C9C. Windows color (decimal): -9716864 or 8436587. OLE color: 8436587.

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

Color convert

RGB107187128-
CMYK0.4300.320.27
HSL135.75º37.04%57.65%-
HSV(B)135.75º42.78%73.33%-
XYZ27.7340.2226.72-
YUV156.3511292.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.36%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=25.36%
G=44.31%
B=30.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071871280.4300.320.27135.7537.0457.65
Hex6BBB802B0201B88253a
Octal15327320053040332104572
Binary1101011101110111000000010101101000001101110001000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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