#6BB382

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

Shades of Bay Leaf #6BB382

Tints of Bay Leaf #6BB382

Color information

#6BB382 (or 0x6BB382) is unknown color: approx Bay Leaf. HEX triplet: 6B, B3 and 82. RGB value is (107,179,130). Sum of RGB (Red+Green+Blue) = 107+179+130=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB382 is #944C7D. Grayscale: #989898. Windows color (decimal): -9718910 or 8565611. OLE color: 8565611.

HSL color Cylindrical-coordinate representation of color #6BB382: hue angle of 139.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB382 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB107179130-
CMYK0.4000.270.30
HSL139.17º32.14%56.08%-
HSV(B)139.17º40.22%70.2%-
XYZ26.2136.9826.87-
YUV151.89115.6595.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.72%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=25.72%
G=43.03%
B=31.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1071791300.4000.270.30139.1732.1456.08
Hex6BB3822801B1E8b2038
Octal15326320250033362134070
Binary110101110110011100000101010000110111111010001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,179,130); }

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

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

 a { background-color: rgb(107,179,130); }

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

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

 span { border-color: rgb(107,179,130); }

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