#6CB46F

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

Shades of Fern #6CB46F

Tints of Fern #6CB46F

Color information

#6CB46F (or 0x6CB46F) is unknown color: approx Fern. HEX triplet: 6C, B4 and 6F. RGB value is (108,180,111). Sum of RGB (Red+Green+Blue) = 108+180+111=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB46F is #934B90. Grayscale: #969696. Windows color (decimal): -9653137 or 7320684. OLE color: 7320684.

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

Color convert

RGB108180111-
CMYK0.4000.380.29
HSL122.5º32.43%56.47%-
HSV(B)122.5º40%70.59%-
XYZ25.3736.9820.84-
YUV150.61105.6597.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=27.07%
G=45.11%
B=27.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801110.4000.380.29122.532.4356.47
Hex6CB46F280261D7a2038
Octal15426415750046351724070
Binary11011001011010011011111010000100110111011111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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