#65A63B

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

Shades of Apple #65A63B

Tints of Apple #65A63B

Color information

#65A63B (or 0x65A63B) is unknown color: approx Apple. HEX triplet: 65, A6 and 3B. RGB value is (101,166,59). Sum of RGB (Red+Green+Blue) = 101+166+59=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #65A63B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A63B is #9A59C4. Grayscale: #868686. Windows color (decimal): -10115525 or 3909221. OLE color: 3909221.

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

Color convert

RGB10116659-
CMYK0.3900.640.35
HSL96.45º47.56%44.12%-
HSV(B)96.45º64.46%65.1%-
XYZ19.7930.358.95-
YUV134.3785.47104.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 59 (23.44% from 255) = 18.10%
R=30.98%
G=50.92%
B=18.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101166590.3900.640.3596.4547.5644.12
Hex65A63B270402360302c
Octal14524673470100431406054
Binary110010110100110111011100111010000001000111100000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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