#69AD6A

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

Shades of Fern #69AD6A

Tints of Fern #69AD6A

Color information

#69AD6A (or 0x69AD6A) is unknown color: approx Fern. HEX triplet: 69, AD and 6A. RGB value is (105,173,106). Sum of RGB (Red+Green+Blue) = 105+173+106=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD6A is #965295. Grayscale: #919191. Windows color (decimal): -9851542 or 6991209. OLE color: 6991209.

HSL color Cylindrical-coordinate representation of color #69AD6A: hue angle of 120.88º 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 #69AD6A is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB105173106-
CMYK0.3900.390.32
HSL120.88º29.31%54.51%-
HSV(B)120.88º39.31%67.84%-
XYZ23.3733.9318.95-
YUV145.03105.9799.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 173 (67.97% from 255) = 45.05%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=27.34%
G=45.05%
B=27.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731060.3900.390.32120.8829.3154.51
Hex69AD6A2702720791d37
Octal15125515247047401713567
Binary11010011010110111010101001110100111100000111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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