#69AA6C

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

Shades of Fern #69AA6C

Tints of Fern #69AA6C

Color information

#69AA6C (or 0x69AA6C) is unknown color: approx Fern. HEX triplet: 69, AA and 6C. RGB value is (105,170,108). Sum of RGB (Red+Green+Blue) = 105+170+108=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA6C is #965593. Grayscale: #8F8F8F. Windows color (decimal): -9852308 or 7121513. OLE color: 7121513.

HSL color Cylindrical-coordinate representation of color #69AA6C: hue angle of 122.77º 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 #69AA6C is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB105170108-
CMYK0.3800.360.33
HSL122.77º27.66%53.92%-
HSV(B)122.77º38.24%66.67%-
XYZ22.9132.8419.32-
YUV143.5107.97100.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=27.42%
G=44.39%
B=28.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051701080.3800.360.33122.7727.6653.92
Hex69AA6C26024217b1c36
Octal15125215446044411733466
Binary11010011010101011011001001100100100100001111101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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