#69AA6F

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

Shades of Fern #69AA6F

Tints of Fern #69AA6F

Color information

#69AA6F (or 0x69AA6F) is unknown color: approx Fern. HEX triplet: 69, AA and 6F. RGB value is (105,170,111). Sum of RGB (Red+Green+Blue) = 105+170+111=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA6F is #965590. Grayscale: #909090. Windows color (decimal): -9852305 or 7318121. OLE color: 7318121.

HSL color Cylindrical-coordinate representation of color #69AA6F: hue angle of 125.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69AA6F is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB105170111-
CMYK0.3800.350.33
HSL125.54º27.66%53.92%-
HSV(B)125.54º38.24%66.67%-
XYZ23.0732.920.17-
YUV143.84109.47100.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.20%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=27.20%
G=44.04%
B=28.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051701110.3800.350.33125.5427.6653.92
Hex69AA6F26023217e1c36
Octal15125215746043411763466
Binary11010011010101011011111001100100011100001111111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,170,111); }

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

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

 a { background-color: rgb(105,170,111); }

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

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

 span { border-color: rgb(105,170,111); }

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