#65AF5A

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

Shades of Apple #65AF5A

Tints of Apple #65AF5A

Color information

#65AF5A (or 0x65AF5A) is unknown color: approx Apple. HEX triplet: 65, AF and 5A. RGB value is (101,175,90). Sum of RGB (Red+Green+Blue) = 101+175+90=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF5A is #9A50A5. Grayscale: #8F8F8F. Windows color (decimal): -10113190 or 5943141. OLE color: 5943141.

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

Color convert

RGB10117590-
CMYK0.4200.490.31
HSL112.24º34.69%51.96%-
HSV(B)112.24º48.57%68.63%-
XYZ22.5434.1615.08-
YUV143.1897.9897.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 175 (68.75% from 255) = 47.81%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=27.60%
G=47.81%
B=24.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101175900.4200.490.31112.2434.6951.96
Hex65AF5A2A0311F702334
Octal14525713252061371604364
Binary11001011010111110110101010100110001111111110000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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