#6BBB81

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

Shades of Bay Leaf #6BBB81

Tints of Bay Leaf #6BBB81

Color information

#6BBB81 (or 0x6BBB81) is unknown color: approx Bay Leaf. HEX triplet: 6B, BB and 81. RGB value is (107,187,129). Sum of RGB (Red+Green+Blue) = 107+187+129=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBB81 is #94447E. Grayscale: #9C9C9C. Windows color (decimal): -9716863 or 8502123. OLE color: 8502123.

HSL color Cylindrical-coordinate representation of color #6BBB81: hue angle of 136.5º 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 #6BBB81 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB107187129-
CMYK0.4300.310.27
HSL136.5º37.04%57.65%-
HSV(B)136.5º42.78%73.33%-
XYZ27.840.2527.07-
YUV156.47112.592.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 187 (73.44% from 255) = 44.21%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=25.30%
G=44.21%
B=30.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071871290.4300.310.27136.537.0457.65
Hex6BBB812B01F1B88253a
Octal15327320153037332104572
Binary110101110111011100000011010110111111101110001000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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