Html Css Color HEX #659F48 Apple

📋 copy color: '#659F48'

red 101 ◦ green 159 ◦ blue 72

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

Shades of Apple #659F48

Tints of Apple #659F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 30.42%
G = 47.89%
B = 21.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#659F48 (or 0x659F48) is known color: Apple. HEX triplet: 65, 9F and 48. RGB value is (101,159,72). Sum of RGB (Red+Green+Blue) = 101+159+72=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #659F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659F48 is #9A60B7. Grayscale: #848484. Windows color (decimal): -10117304 or 4759397. OLE color: 4759397.

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

Color convert

RGB 101 159 72 -
CMYK 0.36 0 0.55 0.38
HSL 100º 0.38% 0.45% -
HSV(B) 100º 0.55% 0.62% -
XYZ 18.93 28.03 10.54 -
YUV 131.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 101 159 72 0.36 0 0.55 0.38 100 0.38 0.45
Hex 65 9F 48 24 0 37 26 64 26 2D
Octal 145 237 110 44 0 67 46 144 46 55
Binary 1100101 10011111 1001000 100100 0 110111 100110 1100100 100110 101101

Color Harmonies of #659F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F48

Black with #659F48

Text Example


Text Example

White with #659F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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