Html Css Color HEX #649A46 Apple

📋 copy color: '#649A46'

red 100 ◦ green 154 ◦ blue 70

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

Shades of Apple #649A46

Tints of Apple #649A46

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.53%

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 30.86%
G = 47.53%
B = 21.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#649A46 (or 0x649A46) is known color: Apple. HEX triplet: 64, 9A and 46. RGB value is (100,154,70). Sum of RGB (Red+Green+Blue) = 100+154+70=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #649A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A46 is #9B65B9. Grayscale: #808080. Windows color (decimal): -10184122 or 4627044. OLE color: 4627044.

HSL color Cylindrical-coordinate representation of color #649A46: hue angle of 98.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649A46 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 154 70 -
CMYK 0.35 0 0.55 0.40
HSL 98.57º 0.38% 0.44% -
HSV(B) 98.57º 0.55% 0.6% -
XYZ 17.92 26.26 9.92 -
YUV 128.28 95.11 107.83 -
System Red Green Blue C M Y K H S L
Decimal 100 154 70 0.35 0 0.55 0.40 98.57 0.38 0.44
Hex 64 9A 46 23 0 37 28 63 26 2C
Octal 144 232 106 43 0 67 50 143 46 54
Binary 1100100 10011010 1000110 100011 0 110111 101000 1100011 100110 101100

Color Harmonies of #649A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649A46

Black with #649A46

Text Example


Text Example

White with #649A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,154,70); }

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

background-color css

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

 a { background-color: rgb(100,154,70); }

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

border-color css

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

 span { border-color: rgb(100,154,70); }

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