#68B975

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

Shades of Fern #68B975

Tints of Fern #68B975

Color information

#68B975 (or 0x68B975) is unknown color: approx Fern. HEX triplet: 68, B9 and 75. RGB value is (104,185,117). Sum of RGB (Red+Green+Blue) = 104+185+117=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #68B975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B975 is #97468A. Grayscale: #999999. Windows color (decimal): -9913995 or 7715176. OLE color: 7715176.

HSL color Cylindrical-coordinate representation of color #68B975: hue angle of 129.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B975 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB104185117-
CMYK0.4400.370.27
HSL129.63º36.65%56.67%-
HSV(B)129.63º43.78%72.55%-
XYZ26.2738.9322.96-
YUV153.03107.6693.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 185 (72.66% from 255) = 45.57%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=25.62%
G=45.57%
B=28.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041851170.4400.370.27129.6336.6556.67
Hex68B9752C0251B822539
Octal15027116554045332024571
Binary110100010111001111010110110001001011101110000010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,185,117); }

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

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

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

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

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

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

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