#65AD4A

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

Shades of Apple #65AD4A

Tints of Apple #65AD4A

Color information

#65AD4A (or 0x65AD4A) is unknown color: approx Apple. HEX triplet: 65, AD and 4A. RGB value is (101,173,74). Sum of RGB (Red+Green+Blue) = 101+173+74=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AD4A is #9A52B5. Grayscale: #8C8C8C. Windows color (decimal): -10113718 or 4894053. OLE color: 4894053.

HSL color Cylindrical-coordinate representation of color #65AD4A: hue angle of 103.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65AD4A is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB10117374-
CMYK0.4200.570.32
HSL103.64º40.08%48.43%-
HSV(B)103.64º57.23%67.84%-
XYZ21.5533.1511.74-
YUV140.1990.65100.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 173 (67.97% from 255) = 49.71%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=29.02%
G=49.71%
B=21.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101173740.4200.570.32103.6440.0848.43
Hex65AD4A2A03920682830
Octal14525511252071401505060
Binary110010110101101100101010101001110011000001101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,173,74); }

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

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

 a { background-color: rgb(101,173,74); }

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

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

 span { border-color: rgb(101,173,74); }

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