#68A466

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

Shades of Fern #68A466

Tints of Fern #68A466

Color information

#68A466 (or 0x68A466) is unknown color: approx Fern. HEX triplet: 68, A4 and 66. RGB value is (104,164,102). Sum of RGB (Red+Green+Blue) = 104+164+102=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #68A466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A466 is #975B99. Grayscale: #8B8B8B. Windows color (decimal): -9919386 or 6726760. OLE color: 6726760.

HSL color Cylindrical-coordinate representation of color #68A466: hue angle of 118.06º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A466 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB104164102-
CMYK0.3700.380.36
HSL118.06º25.41%52.16%-
HSV(B)118.06º37.8%64.31%-
XYZ21.3830.4517.32-
YUV138.99107.12103.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=28.11%
G=44.32%
B=27.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641020.3700.380.36118.0625.4152.16
Hex68A4662502624761934
Octal15024414645046441663164
Binary11010001010010011001101001010100110100100111011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A466; }

 p { color: rgb(104,164,102); }

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

<style>
 a { background-color: #68A466; }

 a { background-color: rgb(104,164,102); }

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

<style>
 span { border-color: #68A466; }

 span { border-color: rgb(104,164,102); }

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