#6CB466

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

Shades of Fern #6CB466

Tints of Fern #6CB466

Color information

#6CB466 (or 0x6CB466) is unknown color: approx Fern. HEX triplet: 6C, B4 and 66. RGB value is (108,180,102). Sum of RGB (Red+Green+Blue) = 108+180+102=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB466 is #934B99. Grayscale: #959595. Windows color (decimal): -9653146 or 6730860. OLE color: 6730860.

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

Color convert

RGB108180102-
CMYK0.4000.430.29
HSL115.38º34.21%55.29%-
HSV(B)115.38º43.33%70.59%-
XYZ24.936.7918.36-
YUV149.58101.1598.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.69%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=27.69%
G=46.15%
B=26.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801020.4000.430.29115.3834.2155.29
Hex6CB4662802B1D732237
Octal15426414650053351634267
Binary11011001011010011001101010000101011111011110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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