#69A369

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

Shades of Fern #69A369

Tints of Fern #69A369

Color information

#69A369 (or 0x69A369) is unknown color: approx Fern. HEX triplet: 69, A3 and 69. RGB value is (105,163,105). Sum of RGB (Red+Green+Blue) = 105+163+105=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #69A369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A369 is #965C96. Grayscale: #8B8B8B. Windows color (decimal): -9854103 or 6923113. OLE color: 6923113.

HSL color Cylindrical-coordinate representation of color #69A369: hue angle of 120º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A369 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB105163105-
CMYK0.3600.360.36
HSL120º23.97%52.55%-
HSV(B)120º35.58%63.92%-
XYZ21.4730.2218.07-
YUV139.05108.78103.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=28.15%
G=43.70%
B=28.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051631050.3600.360.3612023.9752.55
Hex69A3692402424781835
Octal15124315144044441703065
Binary11010011010001111010011001000100100100100111100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,105); }

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

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

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

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

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

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

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