#659F52

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

Shades of Apple #659F52

Tints of Apple #659F52

Color information

#659F52 (or 0x659F52) is unknown color: approx Apple. HEX triplet: 65, 9F and 52. RGB value is (101,159,82). Sum of RGB (Red+Green+Blue) = 101+159+82=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #659F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F52 is #9A60AD. Grayscale: #858585. Windows color (decimal): -10117294 or 5414757. OLE color: 5414757.

HSL color Cylindrical-coordinate representation of color #659F52: hue angle of 105.19º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #659F52 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB10115982-
CMYK0.3600.480.38
HSL105.19º31.95%47.25%-
HSV(B)105.19º48.43%62.35%-
XYZ19.2928.1712.4-
YUV132.8899.28105.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=29.53%
G=46.49%
B=23.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101159820.3600.480.38105.1931.9547.25
Hex659F52240302669202f
Octal14523712244060461514057
Binary110010110011111101001010010001100001001101101001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659F52; }

 p { color: rgb(101,159,82); }

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

<style>
 a { background-color: #659F52; }

 a { background-color: rgb(101,159,82); }

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

<style>
 span { border-color: #659F52; }

 span { border-color: rgb(101,159,82); }

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