#65A955

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

Shades of Apple #65A955

Tints of Apple #65A955

Color information

#65A955 (or 0x65A955) is unknown color: approx Apple. HEX triplet: 65, A9 and 55. RGB value is (101,169,85). Sum of RGB (Red+Green+Blue) = 101+169+85=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #65A955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A955 is #9A56AA. Grayscale: #8B8B8B. Windows color (decimal): -10114731 or 5613925. OLE color: 5613925.

HSL color Cylindrical-coordinate representation of color #65A955: hue angle of 108.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65A955 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB10116985-
CMYK0.4000.500.34
HSL108.57º33.07%49.8%-
HSV(B)108.57º49.7%66.27%-
XYZ21.1931.813.61-
YUV139.0997.47100.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=28.45%
G=47.61%
B=23.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101169850.4000.500.34108.5733.0749.8
Hex65A95528032226d2132
Octal14525112550062421554162
Binary110010110101001101010110100001100101000101101101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,169,85); }

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

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

 a { background-color: rgb(101,169,85); }

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

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

 span { border-color: rgb(101,169,85); }

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