#69A963

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

Shades of Fern #69A963

Tints of Fern #69A963

Color information

#69A963 (or 0x69A963) is unknown color: approx Fern. HEX triplet: 69, A9 and 63. RGB value is (105,169,99). Sum of RGB (Red+Green+Blue) = 105+169+99=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #69A963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A963 is #96569C. Grayscale: #8E8E8E. Windows color (decimal): -9852573 or 6531433. OLE color: 6531433.

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

Color convert

RGB10516999-
CMYK0.3800.410.34
HSL114.86º28.93%52.55%-
HSV(B)114.86º41.42%66.27%-
XYZ22.2732.2816.86-
YUV141.88103.8101.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 169 (66.41% from 255) = 45.31%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=28.15%
G=45.31%
B=26.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal105169990.3800.410.34114.8628.9352.55
Hex69A9632602922731d35
Octal15125114346051421633565
Binary11010011010100111000111001100101001100010111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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