Html Css Color HEX #659F50 Apple

📋 copy color: '#659F50'

red 101 ◦ green 159 ◦ blue 80

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

Shades of Apple #659F50

Tints of Apple #659F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.76%

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

R = 29.71%
G = 46.76%
B = 23.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#659F50 (or 0x659F50) is known color: Apple. HEX triplet: 65, 9F and 50. RGB value is (101,159,80). Sum of RGB (Red+Green+Blue) = 101+159+80=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #659F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F50 is #9A60AF. Grayscale: #848484. Windows color (decimal): -10117296 or 5283685. OLE color: 5283685.

HSL color Cylindrical-coordinate representation of color #659F50: hue angle of 104.05º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659F50 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 159 80 -
CMYK 0.36 0 0.50 0.38
HSL 104.05º 0.33% 0.47% -
HSV(B) 104.05º 0.5% 0.62% -
XYZ 19.21 28.14 12.01 -
YUV 132.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 101 159 80 0.36 0 0.50 0.38 104.05 0.33 0.47
Hex 65 9F 50 24 0 32 26 68 21 2F
Octal 145 237 120 44 0 62 46 150 41 57
Binary 1100101 10011111 1010000 100100 0 110010 100110 1101000 100001 101111

Color Harmonies of #659F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F50

Black with #659F50

Text Example


Text Example

White with #659F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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