#6CB460

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

Shades of Fern #6CB460

Tints of Fern #6CB460

Color information

#6CB460 (or 0x6CB460) is unknown color: approx Fern. HEX triplet: 6C, B4 and 60. RGB value is (108,180,96). Sum of RGB (Red+Green+Blue) = 108+180+96=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB460 is #934B9F. Grayscale: #959595. Windows color (decimal): -9653152 or 6337644. OLE color: 6337644.

HSL color Cylindrical-coordinate representation of color #6CB460: hue angle of 111.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CB460 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB10818096-
CMYK0.4000.470.29
HSL111.43º35.9%54.12%-
HSV(B)111.43º46.67%70.59%-
XYZ24.6236.6816.85-
YUV148.998.1598.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.12%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 96 (37.89% from 255) = 25%
R=28.12%
G=46.88%
B=25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108180960.4000.470.29111.4335.954.12
Hex6CB4602802F1D6f2436
Octal15426414050057351574466
Binary11011001011010011000001010000101111111011101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,180,96); }

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

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

 a { background-color: rgb(108,180,96); }

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

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

 span { border-color: rgb(108,180,96); }

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