#69A971

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

Shades of Fern #69A971

Tints of Fern #69A971

Color information

#69A971 (or 0x69A971) is unknown color: approx Fern. HEX triplet: 69, A9 and 71. RGB value is (105,169,113). Sum of RGB (Red+Green+Blue) = 105+169+113=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #69A971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A971 is #96568E. Grayscale: #8F8F8F. Windows color (decimal): -9852559 or 7448937. OLE color: 7448937.

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

Color convert

RGB105169113-
CMYK0.3800.330.34
HSL127.5º27.12%53.73%-
HSV(B)127.5º37.87%66.27%-
XYZ22.9932.5720.7-
YUV143.48110.8100.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=27.13%
G=43.67%
B=29.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051691130.3800.330.34127.527.1253.73
Hex69A9712602122801b36
Octal15125116146041422003366
Binary110100110101001111000110011001000011000101000000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,169,113); }

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

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

 a { background-color: rgb(105,169,113); }

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

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

 span { border-color: rgb(105,169,113); }

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