Html Css Color HEX #649D4F Apple

📋 copy color: '#649D4F'

red 100 ◦ green 157 ◦ blue 79

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

Shades of Apple #649D4F

Tints of Apple #649D4F

RGB

 RED value IS 100 (39.45% from 255) = 29.76%

 GREEN value IS 157 (61.72% from 255) = 46.73%

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

R = 29.76%
G = 46.73%
B = 23.51%

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

#649D4F (or 0x649D4F) is known color: Apple. HEX triplet: 64, 9D and 4F. RGB value is (100,157,79). Sum of RGB (Red+Green+Blue) = 100+157+79=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #649D4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D4F is #9B62B0. Grayscale: #838383. Windows color (decimal): -10183345 or 5217636. OLE color: 5217636.

HSL color Cylindrical-coordinate representation of color #649D4F: hue angle of 103.85º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #649D4F is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 157 79 -
CMYK 0.36 0 0.50 0.38
HSL 103.85º 0.33% 0.46% -
HSV(B) 103.85º 0.5% 0.62% -
XYZ 18.72 27.39 11.7 -
YUV 131.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 100 157 79 0.36 0 0.50 0.38 103.85 0.33 0.46
Hex 64 9D 4F 24 0 32 26 68 21 2E
Octal 144 235 117 44 0 62 46 150 41 56
Binary 1100100 10011101 1001111 100100 0 110010 100110 1101000 100001 101110

Color Harmonies of #649D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D4F

Black with #649D4F

Text Example


Text Example

White with #649D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649D4F; }

 p { color: rgb(100,157,79); }

 H1.HeaderClassName
 {
   color: #649D4F;
 }
 .AnyTagClassName
 {
   color: #649D4F;
 }
</style>

background-color css

<style>
 a { background-color: #649D4F; }

 a { background-color: rgb(100,157,79); }

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

border-color css

<style>
 span { border-color: #649D4F; }

 span { border-color: rgb(100,157,79); }

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