#68AA68

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

Shades of Fern #68AA68

Tints of Fern #68AA68

Color information

#68AA68 (or 0x68AA68) is unknown color: approx Fern. HEX triplet: 68, AA and 68. RGB value is (104,170,104). Sum of RGB (Red+Green+Blue) = 104+170+104=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA68 is #975597. Grayscale: #8E8E8E. Windows color (decimal): -9917848 or 6859368. OLE color: 6859368.

HSL color Cylindrical-coordinate representation of color #68AA68: hue angle of 120º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA68 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB104170104-
CMYK0.3900.390.33
HSL120º27.97%53.73%-
HSV(B)120º38.82%66.67%-
XYZ22.5832.6918.22-
YUV142.74106.13100.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=27.51%
G=44.97%
B=27.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701040.3900.390.3312027.9753.73
Hex68AA682702721781c36
Octal15025215047047411703466
Binary11010001010101011010001001110100111100001111100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,104); }

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

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

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

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

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

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

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