#6CBA7B

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

Shades of Fern #6CBA7B

Tints of Fern #6CBA7B

Color information

#6CBA7B (or 0x6CBA7B) is unknown color: approx Fern. HEX triplet: 6C, BA and 7B. RGB value is (108,186,123). Sum of RGB (Red+Green+Blue) = 108+186+123=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA7B is #934584. Grayscale: #9B9B9B. Windows color (decimal): -9651589 or 8108652. OLE color: 8108652.

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

Color convert

RGB108186123-
CMYK0.4200.340.27
HSL131.54º36.11%57.65%-
HSV(B)131.54º41.94%72.94%-
XYZ27.3239.7424.97-
YUV155.5109.6694.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.90%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=25.90%
G=44.60%
B=29.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081861230.4200.340.27131.5436.1157.65
Hex6CBA7B2A0221B84243a
Octal15427217352042332044472
Binary110110010111010111101110101001000101101110000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,123); }

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

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

 a { background-color: rgb(108,186,123); }

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

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

 span { border-color: rgb(108,186,123); }

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