#6BB080

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

Shades of Bay Leaf #6BB080

Tints of Bay Leaf #6BB080

Color information

#6BB080 (or 0x6BB080) is unknown color: approx Bay Leaf. HEX triplet: 6B, B0 and 80. RGB value is (107,176,128). Sum of RGB (Red+Green+Blue) = 107+176+128=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB080 is #944F7F. Grayscale: #969696. Windows color (decimal): -9719680 or 8433771. OLE color: 8433771.

HSL color Cylindrical-coordinate representation of color #6BB080: hue angle of 138.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB080 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB107176128-
CMYK0.3900.270.31
HSL138.26º30.4%55.49%-
HSV(B)138.26º39.2%69.02%-
XYZ25.4935.7325.98-
YUV149.9115.6497.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=26.03%
G=42.82%
B=31.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071761280.3900.270.31138.2630.455.49
Hex6BB0802701B1F8a1e37
Octal15326020047033372123667
Binary11010111011000010000000100111011011111111000101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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