#6CB57F

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

Shades of Bay Leaf #6CB57F

Tints of Bay Leaf #6CB57F

Color information

#6CB57F (or 0x6CB57F) is unknown color: approx Bay Leaf. HEX triplet: 6C, B5 and 7F. RGB value is (108,181,127). Sum of RGB (Red+Green+Blue) = 108+181+127=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB57F is #934A80. Grayscale: #999999. Windows color (decimal): -9652865 or 8369516. OLE color: 8369516.

HSL color Cylindrical-coordinate representation of color #6CB57F: hue angle of 135.62º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB57F is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB108181127-
CMYK0.4000.300.29
HSL135.62º33.03%56.67%-
HSV(B)135.62º40.33%70.98%-
XYZ26.5437.7725.97-
YUV153.02113.3295.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.96%
GREEN value IS 181 (71.09% from 255) = 43.51%
BLUE value IS 127 (50% from 255) = 30.53%
R=25.96%
G=43.51%
B=30.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811270.4000.300.29135.6233.0356.67
Hex6CB57F2801E1D882139
Octal15426517750036352104171
Binary11011001011010111111111010000111101110110001000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,181,127); }

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

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

 a { background-color: rgb(108,181,127); }

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

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

 span { border-color: rgb(108,181,127); }

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