Html Css Color HEX #659F4F Apple

📋 copy color: '#659F4F'

red 101 ◦ green 159 ◦ blue 79

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

Shades of Apple #659F4F

Tints of Apple #659F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 29.79%
G = 46.9%
B = 23.3%

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

#659F4F (or 0x659F4F) is known color: Apple. HEX triplet: 65, 9F and 4F. RGB value is (101,159,79). Sum of RGB (Red+Green+Blue) = 101+159+79=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #659F4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F4F is #9A60B0. Grayscale: #848484. Windows color (decimal): -10117297 or 5218149. OLE color: 5218149.

HSL color Cylindrical-coordinate representation of color #659F4F: hue angle of 103.5º degrees, saturation: 0.34, 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 #659F4F is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 159 79 -
CMYK 0.36 0 0.50 0.38
HSL 103.5º 0.34% 0.47% -
HSV(B) 103.5º 0.5% 0.62% -
XYZ 19.18 28.13 11.82 -
YUV 132.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 101 159 79 0.36 0 0.50 0.38 103.5 0.34 0.47
Hex 65 9F 4F 24 0 32 26 68 22 2F
Octal 145 237 117 44 0 62 46 150 42 57
Binary 1100101 10011111 1001111 100100 0 110010 100110 1101000 100010 101111

Color Harmonies of #659F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F4F

Black with #659F4F

Text Example


Text Example

White with #659F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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