#659945

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

Shades of Apple #659945

Tints of Apple #659945

Color information

#659945 (or 0x659945) is unknown color: approx Apple. HEX triplet: 65, 99 and 45. RGB value is (101,153,69). Sum of RGB (Red+Green+Blue) = 101+153+69=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #659945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659945 is #9A66BA. Grayscale: #808080. Windows color (decimal): -10118843 or 4561253. OLE color: 4561253.

HSL color Cylindrical-coordinate representation of color #659945: hue angle of 97.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #659945 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB10115369-
CMYK0.3400.550.4
HSL97.14º37.84%43.53%-
HSV(B)97.14º54.9%60%-
XYZ17.8325.989.7-
YUV127.8894.77108.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=31.27%
G=47.37%
B=21.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153690.3400.550.497.1437.8443.53
Hex659945220372861262c
Octal14523110542067501414654
Binary110010110011001100010110001001101111010001100001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659945; }

 p { color: rgb(101,153,69); }

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

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

 a { background-color: rgb(101,153,69); }

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

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

 span { border-color: rgb(101,153,69); }

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