#69AE78

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

Shades of Fern #69AE78

Tints of Fern #69AE78

Color information

#69AE78 (or 0x69AE78) is unknown color: approx Fern. HEX triplet: 69, AE and 78. RGB value is (105,174,120). Sum of RGB (Red+Green+Blue) = 105+174+120=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AE78 is #965187. Grayscale: #939393. Windows color (decimal): -9851272 or 7908969. OLE color: 7908969.

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

Color convert

RGB105174120-
CMYK0.4000.310.32
HSL133.04º29.87%54.71%-
HSV(B)133.04º39.66%68.24%-
XYZ24.3534.6323.17-
YUV147.21112.6497.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=26.32%
G=43.61%
B=30.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741200.4000.310.32133.0429.8754.71
Hex69AE782801F20851e37
Octal15125617050037402053667
Binary11010011010111011110001010000111111000001000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,174,120); }

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

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

 a { background-color: rgb(105,174,120); }

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

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

 span { border-color: rgb(105,174,120); }

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