#68C872

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

Shades of Fern #68C872

Tints of Fern #68C872

Color information

#68C872 (or 0x68C872) is unknown color: approx Fern. HEX triplet: 68, C8 and 72. RGB value is (104,200,114). Sum of RGB (Red+Green+Blue) = 104+200+114=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #68C872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C872 is #97378D. Grayscale: #A1A1A1. Windows color (decimal): -9910158 or 7522408. OLE color: 7522408.

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

Color convert

RGB104200114-
CMYK0.4800.430.22
HSL126.25º46.6%59.61%-
HSV(B)126.25º48%78.43%-
XYZ29.445.4723.15-
YUV161.49101.286.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 200 (78.52% from 255) = 47.85%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=24.88%
G=47.85%
B=27.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001140.4800.430.22126.2546.659.61
Hex68C8723002B167e2f3c
Octal15031016260053261765774
Binary11010001100100011100101100000101011101101111110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,200,114); }

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

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

 a { background-color: rgb(104,200,114); }

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

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

 span { border-color: rgb(104,200,114); }

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