#65A14B

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

Shades of Apple #65A14B

Tints of Apple #65A14B

Color information

#65A14B (or 0x65A14B) is unknown color: approx Apple. HEX triplet: 65, A1 and 4B. RGB value is (101,161,75). Sum of RGB (Red+Green+Blue) = 101+161+75=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #65A14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A14B is #9A5EB4. Grayscale: #858585. Windows color (decimal): -10116789 or 4956517. OLE color: 4956517.

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

Color convert

RGB10116175-
CMYK0.3700.530.37
HSL101.86º36.44%46.27%-
HSV(B)101.86º53.42%63.14%-
XYZ19.3828.7611.19-
YUV133.2695.12104.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 161 (63.28% from 255) = 47.77%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=29.97%
G=47.77%
B=22.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101161750.3700.530.37101.8636.4446.27
Hex65A14B250352566242e
Octal14524111345065451464456
Binary110010110100001100101110010101101011001011100110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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