#68AC69

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

Shades of Fern #68AC69

Tints of Fern #68AC69

Color information

#68AC69 (or 0x68AC69) is unknown color: approx Fern. HEX triplet: 68, AC and 69. RGB value is (104,172,105). Sum of RGB (Red+Green+Blue) = 104+172+105=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC69 is #975396. Grayscale: #909090. Windows color (decimal): -9917335 or 6925416. OLE color: 6925416.

HSL color Cylindrical-coordinate representation of color #68AC69: hue angle of 120.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC69 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB104172105-
CMYK0.4000.390.33
HSL120.88º29.06%54.12%-
HSV(B)120.88º39.53%67.45%-
XYZ23.0133.4718.61-
YUV144.03105.9799.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=27.30%
G=45.14%
B=27.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721050.4000.390.33120.8829.0654.12
Hex68AC692802721791d36
Octal15025415150047411713566
Binary11010001010110011010011010000100111100001111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,105); }

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

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

 a { background-color: rgb(104,172,105); }

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

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

 span { border-color: rgb(104,172,105); }

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