Html Css Color HEX #659C50 Apple

📋 copy color: '#659C50'

red 101 ◦ green 156 ◦ blue 80

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

Shades of Apple #659C50

Tints of Apple #659C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.29%

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

R = 29.97%
G = 46.29%
B = 23.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#659C50 (or 0x659C50) is known color: Apple. HEX triplet: 65, 9C and 50. RGB value is (101,156,80). Sum of RGB (Red+Green+Blue) = 101+156+80=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #659C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C50 is #9A63AF. Grayscale: #838383. Windows color (decimal): -10118064 or 5282917. OLE color: 5282917.

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

Color convert

RGB 101 156 80 -
CMYK 0.35 0 0.49 0.39
HSL 103.42º 0.32% 0.46% -
HSV(B) 103.42º 0.49% 0.61% -
XYZ 18.7 27.12 11.84 -
YUV 130.89 99.28 106.68 -
System Red Green Blue C M Y K H S L
Decimal 101 156 80 0.35 0 0.49 0.39 103.42 0.32 0.46
Hex 65 9C 50 23 0 31 27 67 20 2E
Octal 145 234 120 43 0 61 47 147 40 56
Binary 1100101 10011100 1010000 100011 0 110001 100111 1100111 100000 101110

Color Harmonies of #659C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659C50

Black with #659C50

Text Example


Text Example

White with #659C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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