#69AD66

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

Shades of Fern #69AD66

Tints of Fern #69AD66

Color information

#69AD66 (or 0x69AD66) is unknown color: approx Fern. HEX triplet: 69, AD and 66. RGB value is (105,173,102). Sum of RGB (Red+Green+Blue) = 105+173+102=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD66 is #965299. Grayscale: #909090. Windows color (decimal): -9851546 or 6729065. OLE color: 6729065.

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

Color convert

RGB105173102-
CMYK0.3900.410.32
HSL117.46º30.21%53.92%-
HSV(B)117.46º41.04%67.84%-
XYZ23.1733.8517.88-
YUV144.57103.9799.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 173 (67.97% from 255) = 45.53%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=27.63%
G=45.53%
B=26.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731020.3900.410.32117.4630.2153.92
Hex69AD662702920751e36
Octal15125514647051401653666
Binary11010011010110111001101001110101001100000111010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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