#68AF75

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

Shades of Fern #68AF75

Tints of Fern #68AF75

Color information

#68AF75 (or 0x68AF75) is unknown color: approx Fern. HEX triplet: 68, AF and 75. RGB value is (104,175,117). Sum of RGB (Red+Green+Blue) = 104+175+117=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF75 is #97508A. Grayscale: #939393. Windows color (decimal): -9916555 or 7712616. OLE color: 7712616.

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

Color convert

RGB104175117-
CMYK0.4100.330.31
HSL130.99º30.74%54.71%-
HSV(B)130.99º40.57%68.63%-
XYZ24.2534.8922.29-
YUV147.16110.9897.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=26.26%
G=44.19%
B=29.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751170.4100.330.31130.9930.7454.71
Hex68AF75290211F831f37
Octal15025716551041372033767
Binary11010001010111111101011010010100001111111000001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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