#659B48

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

Shades of Apple #659B48

Tints of Apple #659B48

Color information

#659B48 (or 0x659B48) is unknown color: approx Apple. HEX triplet: 65, 9B and 48. RGB value is (101,155,72). Sum of RGB (Red+Green+Blue) = 101+155+72=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #659B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659B48 is #9A64B7. Grayscale: #818181. Windows color (decimal): -10118328 or 4758373. OLE color: 4758373.

HSL color Cylindrical-coordinate representation of color #659B48: hue angle of 99.04º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #659B48 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB10115572-
CMYK0.3500.540.39
HSL99.04º36.56%44.51%-
HSV(B)99.04º53.55%60.78%-
XYZ18.2626.6810.32-
YUV129.3995.61107.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=30.79%
G=47.26%
B=21.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101155720.3500.540.3999.0436.5644.51
Hex659B48230362763252d
Octal14523311043066471434555
Binary110010110011011100100010001101101101001111100011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,155,72); }

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

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

 a { background-color: rgb(101,155,72); }

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

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

 span { border-color: rgb(101,155,72); }

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