Html Css Color HEX #649F4F Apple

📋 copy color: '#649F4F'

red 100 ◦ green 159 ◦ blue 79

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

Shades of Apple #649F4F

Tints of Apple #649F4F

RGB

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

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

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

R = 29.59%
G = 47.04%
B = 23.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#649F4F (or 0x649F4F) is known color: Apple. HEX triplet: 64, 9F and 4F. RGB value is (100,159,79). Sum of RGB (Red+Green+Blue) = 100+159+79=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #649F4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F4F is #9B60B0. Grayscale: #848484. Windows color (decimal): -10182833 or 5218148. OLE color: 5218148.

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

Color convert

RGB 100 159 79 -
CMYK 0.37 0 0.50 0.38
HSL 104.25º 0.34% 0.47% -
HSV(B) 104.25º 0.5% 0.62% -
XYZ 19.06 28.07 11.81 -
YUV 132.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 100 159 79 0.37 0 0.50 0.38 104.25 0.34 0.47
Hex 64 9F 4F 25 0 32 26 68 22 2F
Octal 144 237 117 45 0 62 46 150 42 57
Binary 1100100 10011111 1001111 100101 0 110010 100110 1101000 100010 101111

Color Harmonies of #649F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F4F

Black with #649F4F

Text Example


Text Example

White with #649F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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