#69AD71

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

Shades of Fern #69AD71

Tints of Fern #69AD71

Color information

#69AD71 (or 0x69AD71) is unknown color: approx Fern. HEX triplet: 69, AD and 71. RGB value is (105,173,113). Sum of RGB (Red+Green+Blue) = 105+173+113=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD71 is #96528E. Grayscale: #929292. Windows color (decimal): -9851535 or 7449961. OLE color: 7449961.

HSL color Cylindrical-coordinate representation of color #69AD71: hue angle of 127.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD71 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB105173113-
CMYK0.3900.350.32
HSL127.06º29.31%54.51%-
HSV(B)127.06º39.31%67.84%-
XYZ23.7534.0820.95-
YUV145.83109.4798.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 173 (67.97% from 255) = 44.25%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=26.85%
G=44.25%
B=28.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731130.3900.350.32127.0629.3154.51
Hex69AD7127023207f1d37
Octal15125516147043401773567
Binary11010011010110111100011001110100011100000111111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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