Html Css Color HEX #65AA58 Apple

📋 copy color: '#65AA58'

red 101 ◦ green 170 ◦ blue 88

#65AA58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #65AA58

Tints of Apple #65AA58

RGB

 RED value IS 101 (39.84% from 255) = 28.13%

 GREEN value IS 170 (66.8% from 255) = 47.35%

 BLUE value IS 88 (34.77% from 255) = 24.51%

R = 28.13%
G = 47.35%
B = 24.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#65AA58 (or 0x65AA58) is known color: Apple. HEX triplet: 65, AA and 58. RGB value is (101,170,88). Sum of RGB (Red+Green+Blue) = 101+170+88=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA58 is #9A55A7. Grayscale: #8C8C8C. Windows color (decimal): -10114472 or 5810789. OLE color: 5810789.

HSL color Cylindrical-coordinate representation of color #65AA58: hue angle of 110.49º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65AA58 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 170 88 -
CMYK 0.41 0 0.48 0.33
HSL 110.49º 0.33% 0.51% -
HSV(B) 110.49º 0.48% 0.67% -
XYZ 21.5 32.22 14.32 -
YUV 140.02 98.64 100.17 -
System Red Green Blue C M Y K H S L
Decimal 101 170 88 0.41 0 0.48 0.33 110.49 0.33 0.51
Hex 65 AA 58 29 0 30 21 6E 21 33
Octal 145 252 130 51 0 60 41 156 41 63
Binary 1100101 10101010 1011000 101001 0 110000 100001 1101110 100001 110011

Color Harmonies of #65AA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AA58

Black with #65AA58

Text Example


Text Example

White with #65AA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,170,88); }

 H1.HeaderClassName
 {
   color: #65AA58;
 }
 .AnyTagClassName
 {
   color: #65AA58;
 }
</style>

background-color css

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

 a { background-color: rgb(101,170,88); }

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

border-color css

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

 span { border-color: rgb(101,170,88); }

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