#6cb068

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

Shades of Fern #6CB068

Tints of Fern #6CB068

Color information

#6CB068 (or 0x6CB068) is unknown color: approx Fern. HEX triplet: 6C, B0 and 68. RGB value is (108,176,104). Sum of RGB (Red+Green+Blue) = 108+176+104=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB068 is #934F97. Grayscale: #939393. Windows color (decimal): -9654168 or 6860908. OLE color: 6860908.

HSL color Cylindrical-coordinate representation of color #6CB068: hue angle of 116.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB068 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB108176104-
CMYK0.3900.410.31
HSL116.67º31.3%54.9%-
HSV(B)116.67º40.91%69.02%-
XYZ24.2135.2418.62-
YUV147.46103.4799.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 104 (41.02% from 255) = 26.80%
R=27.84%
G=45.36%
B=26.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081761040.3900.410.31116.6731.354.9
Hex6CB068270291F751f37
Octal15426015047051371653767
Binary1101100101100001101000100111010100111111111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cb068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,176,104); }

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

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

 a { background-color: rgb(108,176,104); }

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

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

 span { border-color: rgb(108,176,104); }

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