#6CB97F

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

Shades of Bay Leaf #6CB97F

Tints of Bay Leaf #6CB97F

Color information

#6CB97F (or 0x6CB97F) is unknown color: approx Bay Leaf. HEX triplet: 6C, B9 and 7F. RGB value is (108,185,127). Sum of RGB (Red+Green+Blue) = 108+185+127=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB97F is #934680. Grayscale: #9B9B9B. Windows color (decimal): -9651841 or 8370540. OLE color: 8370540.

HSL color Cylindrical-coordinate representation of color #6CB97F: hue angle of 134.81º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB97F is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB108185127-
CMYK0.4200.310.27
HSL134.81º35.48%57.45%-
HSV(B)134.81º41.62%72.55%-
XYZ27.3639.4226.24-
YUV155.36111.9994.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 185 (72.66% from 255) = 44.05%
BLUE value IS 127 (50% from 255) = 30.24%
R=25.71%
G=44.05%
B=30.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081851270.4200.310.27134.8135.4857.45
Hex6CB97F2A01F1B872339
Octal15427117752037332074371
Binary11011001011100111111111010100111111101110000111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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