#69A973

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

Shades of Fern #69A973

Tints of Fern #69A973

Color information

#69A973 (or 0x69A973) is unknown color: approx Fern. HEX triplet: 69, A9 and 73. RGB value is (105,169,115). Sum of RGB (Red+Green+Blue) = 105+169+115=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #69A973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A973 is #96568C. Grayscale: #8F8F8F. Windows color (decimal): -9852557 or 7580009. OLE color: 7580009.

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

Color convert

RGB105169115-
CMYK0.3800.320.34
HSL129.38º27.12%53.73%-
HSV(B)129.38º37.87%66.27%-
XYZ23.1132.6221.3-
YUV143.71111.8100.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=26.99%
G=43.44%
B=29.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051691150.3800.320.34129.3827.1253.73
Hex69A9732602022811b36
Octal15125116346040422013366
Binary110100110101001111001110011001000001000101000000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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