#65AA3F

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

Shades of Apple #65AA3F

Tints of Apple #65AA3F

Color information

#65AA3F (or 0x65AA3F) is unknown color: approx Apple. HEX triplet: 65, AA and 3F. RGB value is (101,170,63). Sum of RGB (Red+Green+Blue) = 101+170+63=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AA3F is #9A55C0. Grayscale: #898989. Windows color (decimal): -10114497 or 4172389. OLE color: 4172389.

HSL color Cylindrical-coordinate representation of color #65AA3F: hue angle of 98.69º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65AA3F is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB10117063-
CMYK0.4100.630.33
HSL98.69º45.92%45.69%-
HSV(B)98.69º62.94%66.67%-
XYZ20.6431.889.77-
YUV137.1786.14102.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 170 (66.80% from 255) = 50.90%
BLUE value IS 63 (25% from 255) = 18.86%
R=30.24%
G=50.90%
B=18.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101170630.4100.630.3398.6945.9245.69
Hex65AA3F2903F21632e2e
Octal1452527751077411435656
Binary11001011010101011111110100101111111000011100011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,170,63); }

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

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

 a { background-color: rgb(101,170,63); }

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

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

 span { border-color: rgb(101,170,63); }

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