#65A055

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

Shades of Apple #65A055

Tints of Apple #65A055

Color information

#65A055 (or 0x65A055) is unknown color: approx Apple. HEX triplet: 65, A0 and 55. RGB value is (101,160,85). Sum of RGB (Red+Green+Blue) = 101+160+85=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #65A055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A055 is #9A5FAA. Grayscale: #868686. Windows color (decimal): -10117035 or 5611621. OLE color: 5611621.

HSL color Cylindrical-coordinate representation of color #65A055: hue angle of 107.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65A055 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB10116085-
CMYK0.3700.470.37
HSL107.2º30.61%48.04%-
HSV(B)107.2º46.88%62.75%-
XYZ19.5828.5613.08-
YUV133.81100.45104.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 160 (62.89% from 255) = 46.24%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=29.19%
G=46.24%
B=24.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101160850.3700.470.37107.230.6148.04
Hex65A0552502F256b1f30
Octal14524012545057451533760
Binary11001011010000010101011001010101111100101110101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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