#6CB881

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

Shades of Bay Leaf #6CB881

Tints of Bay Leaf #6CB881

Color information

#6CB881 (or 0x6CB881) is unknown color: approx Bay Leaf. HEX triplet: 6C, B8 and 81. RGB value is (108,184,129). Sum of RGB (Red+Green+Blue) = 108+184+129=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB881 is #93477E. Grayscale: #9B9B9B. Windows color (decimal): -9652095 or 8501356. OLE color: 8501356.

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

Color convert

RGB108184129-
CMYK0.4100.300.28
HSL136.58º34.86%57.25%-
HSV(B)136.58º41.3%72.16%-
XYZ27.2939.0526.87-
YUV155.01113.3294.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 184 (72.27% from 255) = 43.71%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=25.65%
G=43.71%
B=30.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081841290.4100.300.28136.5834.8657.25
Hex6CB8812901E1C892339
Octal15427020151036342114371
Binary110110010111000100000011010010111101110010001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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