Html Css Color HEX #659D50 Apple

📋 copy color: '#659D50'

red 101 ◦ green 157 ◦ blue 80

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

Shades of Apple #659D50

Tints of Apple #659D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.45%

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 29.88%
G = 46.45%
B = 23.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#659D50 (or 0x659D50) is known color: Apple. HEX triplet: 65, 9D and 50. RGB value is (101,157,80). Sum of RGB (Red+Green+Blue) = 101+157+80=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #659D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D50 is #9A62AF. Grayscale: #838383. Windows color (decimal): -10117808 or 5283173. OLE color: 5283173.

HSL color Cylindrical-coordinate representation of color #659D50: hue angle of 103.64º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #659D50 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 157 80 -
CMYK 0.36 0 0.49 0.38
HSL 103.64º 0.32% 0.46% -
HSV(B) 103.64º 0.49% 0.62% -
XYZ 18.87 27.46 11.9 -
YUV 131.48 98.95 106.26 -
System Red Green Blue C M Y K H S L
Decimal 101 157 80 0.36 0 0.49 0.38 103.64 0.32 0.46
Hex 65 9D 50 24 0 31 26 68 20 2E
Octal 145 235 120 44 0 61 46 150 40 56
Binary 1100101 10011101 1010000 100100 0 110001 100110 1101000 100000 101110

Color Harmonies of #659D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D50

Black with #659D50

Text Example


Text Example

White with #659D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659D50; }

 p { color: rgb(101,157,80); }

 H1.HeaderClassName
 {
   color: #659D50;
 }
 .AnyTagClassName
 {
   color: #659D50;
 }
</style>

background-color css

<style>
 a { background-color: #659D50; }

 a { background-color: rgb(101,157,80); }

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

border-color css

<style>
 span { border-color: #659D50; }

 span { border-color: rgb(101,157,80); }

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