#68C875

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

Shades of Fern #68C875

Tints of Fern #68C875

Color information

#68C875 (or 0x68C875) is unknown color: approx Fern. HEX triplet: 68, C8 and 75. RGB value is (104,200,117). Sum of RGB (Red+Green+Blue) = 104+200+117=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #68C875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C875 is #97378A. Grayscale: #A2A2A2. Windows color (decimal): -9910155 or 7719016. OLE color: 7719016.

HSL color Cylindrical-coordinate representation of color #68C875: hue angle of 128.12º 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 #68C875 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB104200117-
CMYK0.4800.420.22
HSL128.12º46.6%59.61%-
HSV(B)128.12º48%78.43%-
XYZ29.5745.5424.06-
YUV161.83102.786.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 200 (78.52% from 255) = 47.51%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=24.70%
G=47.51%
B=27.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001170.4800.420.22128.1246.659.61
Hex68C8753002A16802f3c
Octal15031016560052262005774
Binary110100011001000111010111000001010101011010000000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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