#68A960

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

Shades of Fern #68A960

Tints of Fern #68A960

Color information

#68A960 (or 0x68A960) is unknown color: approx Fern. HEX triplet: 68, A9 and 60. RGB value is (104,169,96). Sum of RGB (Red+Green+Blue) = 104+169+96=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #68A960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A960 is #97569F. Grayscale: #8D8D8D. Windows color (decimal): -9918112 or 6334824. OLE color: 6334824.

HSL color Cylindrical-coordinate representation of color #68A960: hue angle of 113.42º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68A960 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB10416996-
CMYK0.3800.430.34
HSL113.42º29.8%51.96%-
HSV(B)113.42º43.2%66.27%-
XYZ22.0132.1616.11-
YUV141.24102.47101.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 169 (66.41% from 255) = 45.80%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=28.18%
G=45.80%
B=26.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104169960.3800.430.34113.4229.851.96
Hex68A9602602B22711e34
Octal15025114046053421613664
Binary11010001010100111000001001100101011100010111000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,169,96); }

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

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

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

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

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

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

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