#6CAB85

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

Shades of Bay Leaf #6CAB85

Tints of Bay Leaf #6CAB85

Color information

#6CAB85 (or 0x6CAB85) is unknown color: approx Bay Leaf. HEX triplet: 6C, AB and 85. RGB value is (108,171,133). Sum of RGB (Red+Green+Blue) = 108+171+133=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB85 is #93547A. Grayscale: #939393. Windows color (decimal): -9655419 or 8760172. OLE color: 8760172.

HSL color Cylindrical-coordinate representation of color #6CAB85: hue angle of 143.81º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAB85 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB108171133-
CMYK0.3700.220.33
HSL143.81º27.27%54.71%-
HSV(B)143.81º36.84%67.06%-
XYZ24.9834.0127.44-
YUV147.83119.6399.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=26.21%
G=41.50%
B=32.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081711330.3700.220.33143.8127.2754.71
Hex6CAB852501621901b37
Octal15425320545026412203367
Binary110110010101011100001011001010101101000011001000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,133); }

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

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

 a { background-color: rgb(108,171,133); }

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

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

 span { border-color: rgb(108,171,133); }

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