#65AF5B

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

Shades of Apple #65AF5B

Tints of Apple #65AF5B

Color information

#65AF5B (or 0x65AF5B) is unknown color: approx Apple. HEX triplet: 65, AF and 5B. RGB value is (101,175,91). Sum of RGB (Red+Green+Blue) = 101+175+91=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF5B is #9A50A4. Grayscale: #8F8F8F. Windows color (decimal): -10113189 or 6008677. OLE color: 6008677.

HSL color Cylindrical-coordinate representation of color #65AF5B: hue angle of 112.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65AF5B is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB10117591-
CMYK0.4200.480.31
HSL112.86º34.43%52.16%-
HSV(B)112.86º48%68.63%-
XYZ22.5934.1815.3-
YUV143.398.4897.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=27.52%
G=47.68%
B=24.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101175910.4200.480.31112.8634.4352.16
Hex65AF5B2A0301F712234
Octal14525713352060371614264
Binary11001011010111110110111010100110000111111110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,175,91); }

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

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

 a { background-color: rgb(101,175,91); }

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

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

 span { border-color: rgb(101,175,91); }

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