#6CA868

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

Shades of Fern #6CA868

Tints of Fern #6CA868

Color information

#6CA868 (or 0x6CA868) is unknown color: approx Fern. HEX triplet: 6C, A8 and 68. RGB value is (108,168,104). Sum of RGB (Red+Green+Blue) = 108+168+104=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA868 is #935797. Grayscale: #8E8E8E. Windows color (decimal): -9656216 or 6858860. OLE color: 6858860.

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

Color convert

RGB108168104-
CMYK0.3600.380.34
HSL116.25º26.89%53.33%-
HSV(B)116.25º38.1%65.88%-
XYZ22.6932.1918.11-
YUV142.76106.12103.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.42%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=28.42%
G=44.21%
B=27.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1081681040.3600.380.34116.2526.8953.33
Hex6CA8682402622741b35
Octal15425015044046421643365
Binary11011001010100011010001001000100110100010111010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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