#68AF73

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

Shades of Fern #68AF73

Tints of Fern #68AF73

Color information

#68AF73 (or 0x68AF73) is unknown color: approx Fern. HEX triplet: 68, AF and 73. RGB value is (104,175,115). Sum of RGB (Red+Green+Blue) = 104+175+115=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF73 is #97508C. Grayscale: #939393. Windows color (decimal): -9916557 or 7581544. OLE color: 7581544.

HSL color Cylindrical-coordinate representation of color #68AF73: hue angle of 129.3º 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 #68AF73 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB104175115-
CMYK0.4100.340.31
HSL129.3º30.74%54.71%-
HSV(B)129.3º40.57%68.63%-
XYZ24.1334.8421.67-
YUV146.93109.9897.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 175 (68.75% from 255) = 44.42%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=26.40%
G=44.42%
B=29.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751150.4100.340.31129.330.7454.71
Hex68AF73290221F811f37
Octal15025716351042372013767
Binary11010001010111111100111010010100010111111000000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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