#65A042

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

Shades of Apple #65A042

Tints of Apple #65A042

Color information

#65A042 (or 0x65A042) is unknown color: approx Apple. HEX triplet: 65, A0 and 42. RGB value is (101,160,66). Sum of RGB (Red+Green+Blue) = 101+160+66=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #65A042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A042 is #9A5FBD. Grayscale: #838383. Windows color (decimal): -10117054 or 4366437. OLE color: 4366437.

HSL color Cylindrical-coordinate representation of color #65A042: hue angle of 97.66º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65A042 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB10116066-
CMYK0.3700.590.37
HSL97.66º41.59%44.31%-
HSV(B)97.66º58.75%62.75%-
XYZ18.9228.39.62-
YUV131.6490.95106.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=30.89%
G=48.93%
B=20.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101160660.3700.590.3797.6641.5944.31
Hex65A0422503B25622a2c
Octal14524010245073451425254
Binary110010110100000100001010010101110111001011100010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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