#68AA6A

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

Shades of Fern #68AA6A

Tints of Fern #68AA6A

Color information

#68AA6A (or 0x68AA6A) is unknown color: approx Fern. HEX triplet: 68, AA and 6A. RGB value is (104,170,106). Sum of RGB (Red+Green+Blue) = 104+170+106=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA6A is #975595. Grayscale: #8F8F8F. Windows color (decimal): -9917846 or 6990440. OLE color: 6990440.

HSL color Cylindrical-coordinate representation of color #68AA6A: hue angle of 121.82º 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 #68AA6A is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB104170106-
CMYK0.3900.380.33
HSL121.82º27.97%53.73%-
HSV(B)121.82º38.82%66.67%-
XYZ22.6932.7318.76-
YUV142.97107.13100.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=27.37%
G=44.74%
B=27.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701060.3900.380.33121.8227.9753.73
Hex68AA6A27026217a1c36
Octal15025215247046411723466
Binary11010001010101011010101001110100110100001111101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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