#69A764

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

Shades of Fern #69A764

Tints of Fern #69A764

Color information

#69A764 (or 0x69A764) is unknown color: approx Fern. HEX triplet: 69, A7 and 64. RGB value is (105,167,100). Sum of RGB (Red+Green+Blue) = 105+167+100=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #69A764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A764 is #96589B. Grayscale: #8D8D8D. Windows color (decimal): -9853084 or 6596457. OLE color: 6596457.

HSL color Cylindrical-coordinate representation of color #69A764: hue angle of 115.52º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69A764 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB105167100-
CMYK0.3700.400.35
HSL115.52º27.57%52.35%-
HSV(B)115.52º40.12%65.49%-
XYZ21.9431.5616.99-
YUV140.82104.96102.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 167 (65.62% from 255) = 44.89%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=28.23%
G=44.89%
B=26.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051671000.3700.400.35115.5227.5752.35
Hex69A7642502823741c34
Octal15124714445050431643464
Binary11010011010011111001001001010101000100011111010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,167,100); }

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

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

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

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

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

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

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