#65A143

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

Shades of Apple #65A143

Tints of Apple #65A143

Color information

#65A143 (or 0x65A143) is unknown color: approx Apple. HEX triplet: 65, A1 and 43. RGB value is (101,161,67). Sum of RGB (Red+Green+Blue) = 101+161+67=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #65A143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A143 is #9A5EBC. Grayscale: #848484. Windows color (decimal): -10116797 or 4432229. OLE color: 4432229.

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

Color convert

RGB10116167-
CMYK0.3700.580.37
HSL98.3º41.23%44.71%-
HSV(B)98.3º58.39%63.14%-
XYZ19.1228.669.83-
YUV132.3491.12105.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 161 (63.28% from 255) = 48.94%
BLUE value IS 67 (26.56% from 255) = 20.36%
R=30.70%
G=48.94%
B=20.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101161670.3700.580.3798.341.2344.71
Hex65A1432503A2562292d
Octal14524110345072451425155
Binary110010110100001100001110010101110101001011100010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,161,67); }

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

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

 a { background-color: rgb(101,161,67); }

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

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

 span { border-color: rgb(101,161,67); }

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