#69A46B

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

Shades of Fern #69A46B

Tints of Fern #69A46B

Color information

#69A46B (or 0x69A46B) is unknown color: approx Fern. HEX triplet: 69, A4 and 6B. RGB value is (105,164,107). Sum of RGB (Red+Green+Blue) = 105+164+107=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #69A46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A46B is #965B94. Grayscale: #8C8C8C. Windows color (decimal): -9853845 or 7054441. OLE color: 7054441.

HSL color Cylindrical-coordinate representation of color #69A46B: hue angle of 122.03º 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 #69A46B is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB105164107-
CMYK0.3600.350.36
HSL122.03º24.48%52.75%-
HSV(B)122.03º35.98%64.31%-
XYZ21.7630.6218.67-
YUV139.86109.45103.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=27.93%
G=43.62%
B=28.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051641070.3600.350.36122.0324.4852.75
Hex69A46B24023247a1835
Octal15124415344043441723065
Binary11010011010010011010111001000100011100100111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,164,107); }

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

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

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

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

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

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

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