#65A744

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

Shades of Apple #65A744

Tints of Apple #65A744

Color information

#65A744 (or 0x65A744) is unknown color: approx Apple. HEX triplet: 65, A7 and 44. RGB value is (101,167,68). Sum of RGB (Red+Green+Blue) = 101+167+68=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #65A744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A744 is #9A58BB. Grayscale: #888888. Windows color (decimal): -10115260 or 4499301. OLE color: 4499301.

HSL color Cylindrical-coordinate representation of color #65A744: hue angle of 100º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65A744 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB10116768-
CMYK0.4000.590.35
HSL100º42.13%46.08%-
HSV(B)100º59.28%65.49%-
XYZ20.2330.8210.35-
YUV135.9889.63103.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 167 (65.62% from 255) = 49.70%
BLUE value IS 68 (26.95% from 255) = 20.24%
R=30.06%
G=49.70%
B=20.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101167680.4000.590.3510042.1346.08
Hex65A7442803B23642a2e
Octal14524710450073431445256
Binary110010110100111100010010100001110111000111100100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,167,68); }

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

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

 a { background-color: rgb(101,167,68); }

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

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

 span { border-color: rgb(101,167,68); }

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