#69AB6A

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

Shades of Fern #69AB6A

Tints of Fern #69AB6A

Color information

#69AB6A (or 0x69AB6A) is unknown color: approx Fern. HEX triplet: 69, AB and 6A. RGB value is (105,171,106). Sum of RGB (Red+Green+Blue) = 105+171+106=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB6A is #965495. Grayscale: #909090. Windows color (decimal): -9852054 or 6990697. OLE color: 6990697.

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

Color convert

RGB105171106-
CMYK0.3900.380.33
HSL120.91º28.21%54.12%-
HSV(B)120.91º38.6%67.06%-
XYZ22.9933.1718.83-
YUV143.86106.63100.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=27.49%
G=44.76%
B=27.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711060.3900.380.33120.9128.2154.12
Hex69AB6A2702621791c36
Octal15125315247046411713466
Binary11010011010101111010101001110100110100001111100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,171,106); }

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

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

 a { background-color: rgb(105,171,106); }

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

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

 span { border-color: rgb(105,171,106); }

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