Html Css Color HEX #659C48 Apple

📋 copy color: '#659C48'

red 101 ◦ green 156 ◦ blue 72

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

Shades of Apple #659C48

Tints of Apple #659C48

RGB

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

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

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

R = 30.7%
G = 47.42%
B = 21.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#659C48 (or 0x659C48) is known color: Apple. HEX triplet: 65, 9C and 48. RGB value is (101,156,72). Sum of RGB (Red+Green+Blue) = 101+156+72=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #659C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659C48 is #9A63B7. Grayscale: #828282. Windows color (decimal): -10118072 or 4758629. OLE color: 4758629.

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

Color convert

RGB 101 156 72 -
CMYK 0.35 0 0.54 0.39
HSL 99.29º 0.37% 0.45% -
HSV(B) 99.29º 0.54% 0.61% -
XYZ 18.43 27.01 10.37 -
YUV 129.98 95.28 107.33 -
System Red Green Blue C M Y K H S L
Decimal 101 156 72 0.35 0 0.54 0.39 99.29 0.37 0.45
Hex 65 9C 48 23 0 36 27 63 25 2D
Octal 145 234 110 43 0 66 47 143 45 55
Binary 1100101 10011100 1001000 100011 0 110110 100111 1100011 100101 101101

Color Harmonies of #659C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659C48

Black with #659C48

Text Example


Text Example

White with #659C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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