#69AD68

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

Shades of Fern #69AD68

Tints of Fern #69AD68

Color information

#69AD68 (or 0x69AD68) is unknown color: approx Fern. HEX triplet: 69, AD and 68. RGB value is (105,173,104). Sum of RGB (Red+Green+Blue) = 105+173+104=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD68 is #965297. Grayscale: #919191. Windows color (decimal): -9851544 or 6860137. OLE color: 6860137.

HSL color Cylindrical-coordinate representation of color #69AD68: hue angle of 119.13º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AD68 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB105173104-
CMYK0.3900.400.32
HSL119.13º29.61%54.31%-
HSV(B)119.13º39.88%67.84%-
XYZ23.2733.8918.41-
YUV144.8104.9799.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=27.49%
G=45.29%
B=27.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731040.3900.400.32119.1329.6154.31
Hex69AD682702820771e36
Octal15125515047050401673666
Binary11010011010110111010001001110101000100000111011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AD68; }

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

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

<style>
 a { background-color: #69AD68; }

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

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

<style>
 span { border-color: #69AD68; }

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

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