#65A85D

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

Shades of Apple #65A85D

Tints of Apple #65A85D

Color information

#65A85D (or 0x65A85D) is unknown color: approx Apple. HEX triplet: 65, A8 and 5D. RGB value is (101,168,93). Sum of RGB (Red+Green+Blue) = 101+168+93=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 168 - color contains mainly: green. Hex color #65A85D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A85D is #9A57A2. Grayscale: #8B8B8B. Windows color (decimal): -10114979 or 6137957. OLE color: 6137957.

HSL color Cylindrical-coordinate representation of color #65A85D: hue angle of 113.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65A85D is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB10116893-
CMYK0.4000.450.34
HSL113.6º30.12%51.18%-
HSV(B)113.6º44.64%65.88%-
XYZ21.3531.5615.32-
YUV139.42101.8100.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 168 (66.02% from 255) = 46.41%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=27.90%
G=46.41%
B=25.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101168930.4000.450.34113.630.1251.18
Hex65A85D2802D22721e33
Octal14525013550055421623663
Binary11001011010100010111011010000101101100010111001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,168,93); }

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

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

 a { background-color: rgb(101,168,93); }

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

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

 span { border-color: rgb(101,168,93); }

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