#69AD76

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

Shades of Fern #69AD76

Tints of Fern #69AD76

Color information

#69AD76 (or 0x69AD76) is unknown color: approx Fern. HEX triplet: 69, AD and 76. RGB value is (105,173,118). Sum of RGB (Red+Green+Blue) = 105+173+118=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD76 is #965289. Grayscale: #929292. Windows color (decimal): -9851530 or 7777641. OLE color: 7777641.

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

Color convert

RGB105173118-
CMYK0.3900.320.32
HSL131.47º29.31%54.51%-
HSV(B)131.47º39.31%67.84%-
XYZ24.0434.222.47-
YUV146.4111.9798.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 173 (67.97% from 255) = 43.69%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=26.52%
G=43.69%
B=29.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731180.3900.320.32131.4729.3154.51
Hex69AD762702020831d37
Octal15125516647040402033567
Binary110100110101101111011010011101000001000001000001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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