Html Css Color HEX #649F4B Apple

📋 copy color: '#649F4B'

red 100 ◦ green 159 ◦ blue 75

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

Shades of Apple #649F4B

Tints of Apple #649F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 29.94%
G = 47.6%
B = 22.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#649F4B (or 0x649F4B) is known color: Apple. HEX triplet: 64, 9F and 4B. RGB value is (100,159,75). Sum of RGB (Red+Green+Blue) = 100+159+75=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #649F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F4B is #9B60B4. Grayscale: #848484. Windows color (decimal): -10182837 or 4956004. OLE color: 4956004.

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

Color convert

RGB 100 159 75 -
CMYK 0.37 0 0.53 0.38
HSL 102.14º 0.36% 0.46% -
HSV(B) 102.14º 0.53% 0.62% -
XYZ 18.92 28.01 11.07 -
YUV 131.78 95.95 105.33 -
System Red Green Blue C M Y K H S L
Decimal 100 159 75 0.37 0 0.53 0.38 102.14 0.36 0.46
Hex 64 9F 4B 25 0 35 26 66 24 2E
Octal 144 237 113 45 0 65 46 146 44 56
Binary 1100100 10011111 1001011 100101 0 110101 100110 1100110 100100 101110

Color Harmonies of #649F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F4B

Black with #649F4B

Text Example


Text Example

White with #649F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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