#68AF78

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

Shades of Fern #68AF78

Tints of Fern #68AF78

Color information

#68AF78 (or 0x68AF78) is unknown color: approx Fern. HEX triplet: 68, AF and 78. RGB value is (104,175,120). Sum of RGB (Red+Green+Blue) = 104+175+120=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF78 is #975087. Grayscale: #939393. Windows color (decimal): -9916552 or 7909224. OLE color: 7909224.

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

Color convert

RGB104175120-
CMYK0.4100.310.31
HSL133.52º30.74%54.71%-
HSV(B)133.52º40.57%68.63%-
XYZ24.4334.9623.23-
YUV147.5112.4896.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=26.07%
G=43.86%
B=30.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751200.4100.310.31133.5230.7454.71
Hex68AF782901F1F861f37
Octal15025717051037372063767
Binary1101000101011111111000101001011111111111000011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,120); }

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

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

 a { background-color: rgb(104,175,120); }

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

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

 span { border-color: rgb(104,175,120); }

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