#69B46A

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

Shades of Fern #69B46A

Tints of Fern #69B46A

Color information

#69B46A (or 0x69B46A) is unknown color: approx Fern. HEX triplet: 69, B4 and 6A. RGB value is (105,180,106). Sum of RGB (Red+Green+Blue) = 105+180+106=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #69B46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B46A is #964B95. Grayscale: #959595. Windows color (decimal): -9849750 or 6993001. OLE color: 6993001.

HSL color Cylindrical-coordinate representation of color #69B46A: hue angle of 120.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B46A is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB105180106-
CMYK0.4200.410.29
HSL120.8º33.33%55.88%-
HSV(B)120.8º41.67%70.59%-
XYZ24.7536.6919.41-
YUV149.14103.6596.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=26.85%
G=46.04%
B=27.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801060.4200.410.29120.833.3355.88
Hex69B46A2A0291D792138
Octal15126415252051351714170
Binary11010011011010011010101010100101001111011111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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