#6CB883

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

Shades of Bay Leaf #6CB883

Tints of Bay Leaf #6CB883

Color information

#6CB883 (or 0x6CB883) is unknown color: approx Bay Leaf. HEX triplet: 6C, B8 and 83. RGB value is (108,184,131). Sum of RGB (Red+Green+Blue) = 108+184+131=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB883 is #93477C. Grayscale: #9B9B9B. Windows color (decimal): -9652093 or 8632428. OLE color: 8632428.

HSL color Cylindrical-coordinate representation of color #6CB883: hue angle of 138.16º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB883 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB108184131-
CMYK0.4100.290.28
HSL138.16º34.86%57.25%-
HSV(B)138.16º41.3%72.16%-
XYZ27.4239.1127.58-
YUV155.23114.3294.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=25.53%
G=43.50%
B=30.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081841310.4100.290.28138.1634.8657.25
Hex6CB8832901D1C8a2339
Octal15427020351035342124371
Binary110110010111000100000111010010111011110010001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,184,131); }

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

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

 a { background-color: rgb(108,184,131); }

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

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

 span { border-color: rgb(108,184,131); }

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