#68B160

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

Shades of Fern #68B160

Tints of Fern #68B160

Color information

#68B160 (or 0x68B160) is unknown color: approx Fern. HEX triplet: 68, B1 and 60. RGB value is (104,177,96). Sum of RGB (Red+Green+Blue) = 104+177+96=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #68B160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B160 is #974E9F. Grayscale: #929292. Windows color (decimal): -9916064 or 6336872. OLE color: 6336872.

HSL color Cylindrical-coordinate representation of color #68B160: hue angle of 114.07º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68B160 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB10417796-
CMYK0.4100.460.31
HSL114.07º34.18%53.53%-
HSV(B)114.07º45.76%69.41%-
XYZ23.5435.2316.63-
YUV145.9499.8298.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=27.59%
G=46.95%
B=25.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104177960.4100.460.31114.0734.1853.53
Hex68B1602902E1F722236
Octal15026114051056371624266
Binary11010001011000111000001010010101110111111110010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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