Html Css Color HEX #659F52 Apple

📋 copy color: '#659F52'

red 101 ◦ green 159 ◦ blue 82

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

Shades of Apple #659F52

Tints of Apple #659F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 29.53%
G = 46.49%
B = 23.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#659F52 (or 0x659F52) is known color: Apple. HEX triplet: 65, 9F and 52. RGB value is (101,159,82). Sum of RGB (Red+Green+Blue) = 101+159+82=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #659F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F52 is #9A60AD. Grayscale: #858585. Windows color (decimal): -10117294 or 5414757. OLE color: 5414757.

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

Color convert

RGB 101 159 82 -
CMYK 0.36 0 0.48 0.38
HSL 105.19º 0.32% 0.47% -
HSV(B) 105.19º 0.48% 0.62% -
XYZ 19.29 28.17 12.4 -
YUV 132.88 99.28 105.26 -
System Red Green Blue C M Y K H S L
Decimal 101 159 82 0.36 0 0.48 0.38 105.19 0.32 0.47
Hex 65 9F 52 24 0 30 26 69 20 2F
Octal 145 237 122 44 0 60 46 151 40 57
Binary 1100101 10011111 1010010 100100 0 110000 100110 1101001 100000 101111

Color Harmonies of #659F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F52

Black with #659F52

Text Example


Text Example

White with #659F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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