#65A645

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

Shades of Apple #65A645

Tints of Apple #65A645

Color information

#65A645 (or 0x65A645) is unknown color: approx Apple. HEX triplet: 65, A6 and 45. RGB value is (101,166,69). Sum of RGB (Red+Green+Blue) = 101+166+69=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #65A645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A645 is #9A59BA. Grayscale: #878787. Windows color (decimal): -10115515 or 4564581. OLE color: 4564581.

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

Color convert

RGB10116669-
CMYK0.3900.580.35
HSL100.21º41.28%46.08%-
HSV(B)100.21º58.43%65.1%-
XYZ20.0830.4710.45-
YUV135.5190.47103.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 166 (65.23% from 255) = 49.40%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=30.06%
G=49.40%
B=20.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101166690.3900.580.35100.2141.2846.08
Hex65A6452703A2364292e
Octal14524610547072431445156
Binary110010110100110100010110011101110101000111100100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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