#65AA5C

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

Shades of Apple #65AA5C

Tints of Apple #65AA5C

Color information

#65AA5C (or 0x65AA5C) is unknown color: approx Apple. HEX triplet: 65, AA and 5C. RGB value is (101,170,92). Sum of RGB (Red+Green+Blue) = 101+170+92=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA5C is #9A55A3. Grayscale: #8C8C8C. Windows color (decimal): -10114468 or 6072933. OLE color: 6072933.

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

Color convert

RGB10117092-
CMYK0.4100.460.33
HSL113.08º31.45%51.37%-
HSV(B)113.08º45.88%66.67%-
XYZ21.6732.2915.22-
YUV140.48100.6499.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 170 (66.80% from 255) = 46.83%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=27.82%
G=46.83%
B=25.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101170920.4100.460.33113.0831.4551.37
Hex65AA5C2902E21711f33
Octal14525213451056411613763
Binary11001011010101010111001010010101110100001111000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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