Html Css Color HEX #65AD4A Apple

📋 copy color: '#65AD4A'

red 101 ◦ green 173 ◦ blue 74

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

Shades of Apple #65AD4A

Tints of Apple #65AD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.71%

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 29.02%
G = 49.71%
B = 21.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#65AD4A (or 0x65AD4A) is known color: Apple. HEX triplet: 65, AD and 4A. RGB value is (101,173,74). Sum of RGB (Red+Green+Blue) = 101+173+74=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AD4A is #9A52B5. Grayscale: #8C8C8C. Windows color (decimal): -10113718 or 4894053. OLE color: 4894053.

HSL color Cylindrical-coordinate representation of color #65AD4A: hue angle of 103.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65AD4A is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 173 74 -
CMYK 0.42 0 0.57 0.32
HSL 103.64º 0.4% 0.48% -
HSV(B) 103.64º 0.57% 0.68% -
XYZ 21.55 33.15 11.74 -
YUV 140.19 90.65 100.05 -
System Red Green Blue C M Y K H S L
Decimal 101 173 74 0.42 0 0.57 0.32 103.64 0.4 0.48
Hex 65 AD 4A 2A 0 39 20 68 28 30
Octal 145 255 112 52 0 71 40 150 50 60
Binary 1100101 10101101 1001010 101010 0 111001 100000 1101000 101000 110000

Color Harmonies of #65AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AD4A

Black with #65AD4A

Text Example


Text Example

White with #65AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,173,74); }

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

background-color css

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

 a { background-color: rgb(101,173,74); }

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

border-color css

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

 span { border-color: rgb(101,173,74); }

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