#68A96B

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

Shades of Fern #68A96B

Tints of Fern #68A96B

Color information

#68A96B (or 0x68A96B) is unknown color: approx Fern. HEX triplet: 68, A9 and 6B. RGB value is (104,169,107). Sum of RGB (Red+Green+Blue) = 104+169+107=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #68A96B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A96B is #975694. Grayscale: #8E8E8E. Windows color (decimal): -9918101 or 7055720. OLE color: 7055720.

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

Color convert

RGB104169107-
CMYK0.3800.370.34
HSL122.77º27.43%53.53%-
HSV(B)122.77º38.46%66.27%-
XYZ22.5532.3818.97-
YUV142.5107.97100.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 107 (42.19% from 255) = 28.16%
R=27.37%
G=44.47%
B=28.16%

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
Decimal1041691070.3800.370.34122.7727.4353.53
Hex68A96B26025227b1b36
Octal15025115346045421733366
Binary11010001010100111010111001100100101100010111101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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