#6BB383

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

Shades of Bay Leaf #6BB383

Tints of Bay Leaf #6BB383

Color information

#6BB383 (or 0x6BB383) is unknown color: approx Bay Leaf. HEX triplet: 6B, B3 and 83. RGB value is (107,179,131). Sum of RGB (Red+Green+Blue) = 107+179+131=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB383 is #944C7C. Grayscale: #989898. Windows color (decimal): -9718909 or 8631147. OLE color: 8631147.

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

Color convert

RGB107179131-
CMYK0.4000.270.30
HSL140º32.14%56.08%-
HSV(B)140º40.22%70.2%-
XYZ26.283727.23-
YUV152116.1595.9-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 179 (70.31% from 255) = 42.93%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=25.66%
G=42.93%
B=31.41%

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
Decimal1071791310.4000.270.3014032.1456.08
Hex6BB3832801B1E8c2038
Octal15326320350033362144070
Binary110101110110011100000111010000110111111010001100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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