#65AA69

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

Shades of Fern #65AA69

Tints of Fern #65AA69

Color information

#65AA69 (or 0x65AA69) is unknown color: approx Fern. HEX triplet: 65, AA and 69. RGB value is (101,170,105). Sum of RGB (Red+Green+Blue) = 101+170+105=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA69 is #9A5596. Grayscale: #8E8E8E. Windows color (decimal): -10114455 or 6924901. OLE color: 6924901.

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

Color convert

RGB101170105-
CMYK0.4100.380.33
HSL123.48º28.87%53.14%-
HSV(B)123.48º40.59%66.67%-
XYZ22.2932.5418.47-
YUV141.96107.1498.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=26.86%
G=45.21%
B=27.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011701050.4100.380.33123.4828.8753.14
Hex65AA6929026217b1d35
Octal14525215151046411733565
Binary11001011010101011010011010010100110100001111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AA69; }

 p { color: rgb(101,170,105); }

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

<style>
 a { background-color: #65AA69; }

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

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

<style>
 span { border-color: #65AA69; }

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

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