#65B755

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

Shades of Apple #65B755

Tints of Apple #65B755

Color information

#65B755 (or 0x65B755) is unknown color: approx Apple. HEX triplet: 65, B7 and 55. RGB value is (101,183,85). Sum of RGB (Red+Green+Blue) = 101+183+85=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #65B755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B755 is #9A48AA. Grayscale: #939393. Windows color (decimal): -10111147 or 5617509. OLE color: 5617509.

HSL color Cylindrical-coordinate representation of color #65B755: hue angle of 110.2º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65B755 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB10118385-
CMYK0.4500.540.28
HSL110.2º40.5%52.55%-
HSV(B)110.2º53.55%71.76%-
XYZ23.9437.2914.53-
YUV147.3192.8394.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 183 (71.88% from 255) = 49.59%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=27.37%
G=49.59%
B=23.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101183850.4500.540.28110.240.552.55
Hex65B7552D0361C6e2835
Octal14526712555066341565065
Binary11001011011011110101011011010110110111001101110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,183,85); }

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

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

 a { background-color: rgb(101,183,85); }

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

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

 span { border-color: rgb(101,183,85); }

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