#68C971

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

Shades of Fern #68C971

Tints of Fern #68C971

Color information

#68C971 (or 0x68C971) is unknown color: approx Fern. HEX triplet: 68, C9 and 71. RGB value is (104,201,113). Sum of RGB (Red+Green+Blue) = 104+201+113=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #68C971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C971 is #97368E. Grayscale: #A2A2A2. Windows color (decimal): -9909903 or 7457128. OLE color: 7457128.

HSL color Cylindrical-coordinate representation of color #68C971: hue angle of 125.57º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C971 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB104201113-
CMYK0.4800.440.21
HSL125.57º47.32%59.8%-
HSV(B)125.57º48.26%78.82%-
XYZ29.5845.9122.93-
YUV161.96100.3686.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 201 (78.91% from 255) = 48.09%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=24.88%
G=48.09%
B=27.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1042011130.4800.440.21125.5747.3259.8
Hex68C9713002C157e2f3c
Octal15031116160054251765774
Binary11010001100100111100011100000101100101011111110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,201,113); }

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

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

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

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

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

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

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