#659B42

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

Shades of Apple #659B42

Tints of Apple #659B42

Color information

#659B42 (or 0x659B42) is unknown color: approx Apple. HEX triplet: 65, 9B and 42. RGB value is (101,155,66). Sum of RGB (Red+Green+Blue) = 101+155+66=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #659B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659B42 is #9A64BD. Grayscale: #818181. Windows color (decimal): -10118334 or 4365157. OLE color: 4365157.

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

Color convert

RGB10115566-
CMYK0.3500.570.39
HSL96.4º40.27%43.33%-
HSV(B)96.4º57.42%60.78%-
XYZ18.0726.69.34-
YUV128.7192.61108.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.37%
GREEN value IS 155 (60.94% from 255) = 48.14%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=31.37%
G=48.14%
B=20.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101155660.3500.570.3996.440.2743.33
Hex659B42230392760282b
Octal14523310243071471405053
Binary110010110011011100001010001101110011001111100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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