#65A755

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

Shades of Apple #65A755

Tints of Apple #65A755

Color information

#65A755 (or 0x65A755) is unknown color: approx Apple. HEX triplet: 65, A7 and 55. RGB value is (101,167,85). Sum of RGB (Red+Green+Blue) = 101+167+85=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #65A755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A755 is #9A58AA. Grayscale: #8A8A8A. Windows color (decimal): -10115243 or 5613413. OLE color: 5613413.

HSL color Cylindrical-coordinate representation of color #65A755: hue angle of 108.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65A755 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB10116785-
CMYK0.4000.490.35
HSL108.29º32.54%49.41%-
HSV(B)108.29º49.1%65.49%-
XYZ20.8331.0613.49-
YUV137.9298.13101.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 167 (65.62% from 255) = 47.31%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=28.61%
G=47.31%
B=24.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101167850.4000.490.35108.2932.5449.41
Hex65A75528031236c2131
Octal14524712550061431544161
Binary110010110100111101010110100001100011000111101100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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