Html Css Color HEX #649F45 Apple

📋 copy color: '#649F45'

red 100 ◦ green 159 ◦ blue 69

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

Shades of Apple #649F45

Tints of Apple #649F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 30.49%
G = 48.48%
B = 21.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#649F45 (or 0x649F45) is known color: Apple. HEX triplet: 64, 9F and 45. RGB value is (100,159,69). Sum of RGB (Red+Green+Blue) = 100+159+69=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #649F45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F45 is #9B60BA. Grayscale: #838383. Windows color (decimal): -10182843 or 4562788. OLE color: 4562788.

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

Color convert

RGB 100 159 69 -
CMYK 0.37 0 0.57 0.38
HSL 99.33º 0.39% 0.45% -
HSV(B) 99.33º 0.57% 0.62% -
XYZ 18.73 27.94 10.04 -
YUV 131.1 92.95 105.82 -
System Red Green Blue C M Y K H S L
Decimal 100 159 69 0.37 0 0.57 0.38 99.33 0.39 0.45
Hex 64 9F 45 25 0 39 26 63 27 2D
Octal 144 237 105 45 0 71 46 143 47 55
Binary 1100100 10011111 1000101 100101 0 111001 100110 1100011 100111 101101

Color Harmonies of #649F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F45

Black with #649F45

Text Example


Text Example

White with #649F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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