#68A96A

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

Shades of Fern #68A96A

Tints of Fern #68A96A

Color information

#68A96A (or 0x68A96A) is unknown color: approx Fern. HEX triplet: 68, A9 and 6A. RGB value is (104,169,106). Sum of RGB (Red+Green+Blue) = 104+169+106=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #68A96A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A96A is #975695. Grayscale: #8E8E8E. Windows color (decimal): -9918102 or 6990184. OLE color: 6990184.

HSL color Cylindrical-coordinate representation of color #68A96A: hue angle of 121.85º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A96A is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB104169106-
CMYK0.3800.370.34
HSL121.85º27.43%53.53%-
HSV(B)121.85º38.46%66.27%-
XYZ22.532.3618.7-
YUV142.38107.47100.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 169 (66.41% from 255) = 44.59%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=27.44%
G=44.59%
B=27.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1041691060.3800.370.34121.8527.4353.53
Hex68A96A26025227a1b36
Octal15025115246045421723366
Binary11010001010100111010101001100100101100010111101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,169,106); }

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

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

 a { background-color: rgb(104,169,106); }

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

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

 span { border-color: rgb(104,169,106); }

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