Html Css Color HEX #649B4A Apple

📋 copy color: '#649B4A'

red 100 ◦ green 155 ◦ blue 74

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

Shades of Apple #649B4A

Tints of Apple #649B4A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.11%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 30.4%
G = 47.11%
B = 22.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#649B4A (or 0x649B4A) is known color: Apple. HEX triplet: 64, 9B and 4A. RGB value is (100,155,74). Sum of RGB (Red+Green+Blue) = 100+155+74=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #649B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B4A is #9B64B5. Grayscale: #818181. Windows color (decimal): -10183862 or 4889444. OLE color: 4889444.

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

Color convert

RGB 100 155 74 -
CMYK 0.35 0 0.52 0.39
HSL 100.74º 0.35% 0.45% -
HSV(B) 100.74º 0.52% 0.61% -
XYZ 18.21 26.65 10.66 -
YUV 129.32 96.78 107.09 -
System Red Green Blue C M Y K H S L
Decimal 100 155 74 0.35 0 0.52 0.39 100.74 0.35 0.45
Hex 64 9B 4A 23 0 34 27 65 23 2D
Octal 144 233 112 43 0 64 47 145 43 55
Binary 1100100 10011011 1001010 100011 0 110100 100111 1100101 100011 101101

Color Harmonies of #649B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B4A

Black with #649B4A

Text Example


Text Example

White with #649B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,155,74); }

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

background-color css

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

 a { background-color: rgb(100,155,74); }

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

border-color css

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

 span { border-color: rgb(100,155,74); }

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