#68AF6F

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

Shades of Fern #68AF6F

Tints of Fern #68AF6F

Color information

#68AF6F (or 0x68AF6F) is unknown color: approx Fern. HEX triplet: 68, AF and 6F. RGB value is (104,175,111). Sum of RGB (Red+Green+Blue) = 104+175+111=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF6F is #975090. Grayscale: #929292. Windows color (decimal): -9916561 or 7319400. OLE color: 7319400.

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

Color convert

RGB104175111-
CMYK0.4100.370.31
HSL125.92º30.74%54.71%-
HSV(B)125.92º40.57%68.63%-
XYZ23.9134.7520.49-
YUV146.48107.9897.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=26.67%
G=44.87%
B=28.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751110.4100.370.31125.9230.7454.71
Hex68AF6F290251F7e1f37
Octal15025715751045371763767
Binary1101000101011111101111101001010010111111111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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